- attempt to see if this fixes some lua problems

This commit is contained in:
Mark Vejvoda 2010-10-21 22:12:05 +00:00
parent 178809ada3
commit 362ae6f4fa

View File

@ -252,7 +252,7 @@ void LuaArguments::returnString(const string &value){
} }
void LuaArguments::returnVec2i(const Vec2i &value){ void LuaArguments::returnVec2i(const Vec2i &value){
Lua_STREFLOP_Wrapper streflopWrapper; //Lua_STREFLOP_Wrapper streflopWrapper;
++returnCount; ++returnCount;