More lua stuff, yay.
Some checks failed
Build Dusk / run-tests (push) Failing after 1m18s
Build Dusk / build-linux (push) Failing after 1m43s
Build Dusk / build-psp (push) Failing after 1m46s

This commit is contained in:
2026-02-01 21:54:33 -06:00
parent 053778a502
commit c6f4518684
14 changed files with 131 additions and 202 deletions

View File

@@ -55,7 +55,7 @@ errorret_t engineUpdate(void) {
// errorChain(rpgUpdate());
uiUpdate();
sceneUpdate();
errorChain(sceneUpdate());
errorChain(displayUpdate());
if(inputPressed(INPUT_ACTION_RAGEQUIT)) ENGINE.running = false;