add project start application script

This commit is contained in:
MihailRis
2025-11-09 18:26:36 +03:00
parent 05de043154
commit 87ff77a73f
6 changed files with 34 additions and 7 deletions
+1
View File
@@ -60,6 +60,7 @@ void ServerMainloop::run() {
controller->getLevel()->getWorld()->updateTimers(delta);
controller->update(glm::min(delta, 0.2), false);
}
engine.applicationTick();
engine.postUpdate();
if (!coreParams.testMode) {