Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
This commit is contained in:
commit
0931ee39e0
|
|
@ -373,7 +373,7 @@ namespace Nz
|
|||
return false;
|
||||
}
|
||||
|
||||
return Run(0, 0);
|
||||
return Run(0, LUA_MULTRET);
|
||||
}
|
||||
|
||||
bool LuaState::ExecuteFromFile(const String& filePath)
|
||||
|
|
@ -419,7 +419,7 @@ namespace Nz
|
|||
return false;
|
||||
}
|
||||
|
||||
return Run(0, 0);
|
||||
return Run(0, LUA_MULTRET);
|
||||
}
|
||||
|
||||
int LuaState::GetAbsIndex(int index) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue