This commit is contained in:
Jérôme Leclercq 2017-07-11 12:12:44 +02:00
commit 0931ee39e0
1 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ namespace Nz
return false; return false;
} }
return Run(0, 0); return Run(0, LUA_MULTRET);
} }
bool LuaState::ExecuteFromFile(const String& filePath) bool LuaState::ExecuteFromFile(const String& filePath)
@ -419,7 +419,7 @@ namespace Nz
return false; return false;
} }
return Run(0, 0); return Run(0, LUA_MULTRET);
} }
int LuaState::GetAbsIndex(int index) const int LuaState::GetAbsIndex(int index) const