diff --git a/source/shared_lib/sources/lua/lua_script.cpp b/source/shared_lib/sources/lua/lua_script.cpp index e38ea845..a3623119 100644 --- a/source/shared_lib/sources/lua/lua_script.cpp +++ b/source/shared_lib/sources/lua/lua_script.cpp @@ -252,7 +252,7 @@ void LuaArguments::returnString(const string &value){ } void LuaArguments::returnVec2i(const Vec2i &value){ - Lua_STREFLOP_Wrapper streflopWrapper; + //Lua_STREFLOP_Wrapper streflopWrapper; ++returnCount;