Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp
This commit is contained in:
commit
d183c1ae70
@ -55,9 +55,7 @@ int call_func(lua_State* L, int argc, const std::string& name) {
|
||||
std::cerr << lua_tostring(L,-1) << std::endl;
|
||||
return 0;
|
||||
}
|
||||
int res_count = lua_tointeger(L, -1);
|
||||
lua_pop(L, -1);
|
||||
return res_count;
|
||||
return 1;
|
||||
}
|
||||
|
||||
void scripting::initialize(EnginePaths* paths) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user