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
@@ -38,6 +38,7 @@ void Mainloop::run() {
logger.info() << "main loop started";
while (!window.isShouldClose()){
time.update(window.time());
engine.applicationTick();
engine.updateFrontend();
if (!window.isIconified()) {