mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 16:59:37 -05:00
Various small fixes
This commit is contained in:
@@ -84,6 +84,7 @@ int loadScheduledScript(lua_State* L) {
|
||||
});
|
||||
}
|
||||
|
||||
lua_settop(L, 0);
|
||||
ghoul_assert(lua_gettop(L) == 0, "Incorrect number of items left on stack");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user