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