Fixed bundle bugs.

This commit is contained in:
2021-09-25 23:22:05 -07:00
parent 029a4fccec
commit d4632cee31
7 changed files with 130 additions and 26 deletions

View File

@ -28,9 +28,9 @@ bool sandboxSceneInit(sandboxscene_t *game) {
}
void sandboxSceneUpdate(sandboxscene_t *game) {
scripterInvokeMethodSimple(&game->scripter, "update");
// scripterInvokeMethodSimple(&game->scripter, "update");
}
void sandboxSceneDispose(sandboxscene_t *game) {
scripterInvokeMethodSimple(&game->scripter, "dispose");
// scripterInvokeMethodSimple(&game->scripter, "dispose");
}