1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Fix absence of images when compiled with RUN_IN_PLACE=0.

This commit is contained in:
Ilya Zhuravlev
2013-12-13 20:35:57 +04:00
committed by Perttu Ahola
parent 4d22977509
commit b8c3221d55
3 changed files with 14 additions and 3 deletions

View File

@@ -111,6 +111,8 @@ private:
static int l_get_texturepath(lua_State *L);
static int l_get_texturepath_share(lua_State *L);
static int l_get_dirlist(lua_State *L);
static int l_create_dir(lua_State *L);