From 83a85531ae789e2f30da2379990899f815f53ff1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 10 Feb 2019 18:16:04 -0500 Subject: Added new element, added server-specific code for networking Added a new element for client gui: iguicombobox Added a part of the engine specifically for the server so server is no longer just a stripped down client --- src/client/lua_api/video/itexture.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/lua_api/video') diff --git a/src/client/lua_api/video/itexture.cpp b/src/client/lua_api/video/itexture.cpp index 587b8ee..c016d41 100644 --- a/src/client/lua_api/video/itexture.cpp +++ b/src/client/lua_api/video/itexture.cpp @@ -39,6 +39,7 @@ int newitexture(lua_State* L){ //newtexturefromfile(string file_name) -> {texture} int newitexturefromfile(lua_State* L){ + printf("New texture from file"); const char* strpath = lua_tostring(L,-1); lua_pop(L,1); ITexture* tex = driver->getTexture(strpath); -- cgit v1.2.3-70-g09d2