iuno just screwing around tbh
Some checks failed
Build Dusk / build-linux (push) Failing after 1m5s
Build Dusk / build-psp (push) Failing after 1m24s

This commit is contained in:
2025-12-24 10:44:53 +10:00
parent aed202ebf9
commit f39b2060a8
15 changed files with 72 additions and 32 deletions

View File

@@ -9,8 +9,6 @@
#include "script/scriptcontext.h"
#include "assert/assert.h"
void scriptFuncCamera(scriptcontext_t *context) {
assertNotNull(context, "Script context cannot be NULL");
}