Various small fixes

This commit is contained in:
Alexander Bock
2018-03-14 13:13:23 -04:00
parent 7d1ee75577
commit 2bfab657f3
8 changed files with 41 additions and 23 deletions
+1
View File
@@ -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;
}