summaryrefslogtreecommitdiff
path: root/frontend/shared_cpp/MainLoop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/shared_cpp/MainLoop.cpp')
-rw-r--r--frontend/shared_cpp/MainLoop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/shared_cpp/MainLoop.cpp b/frontend/shared_cpp/MainLoop.cpp
index 82a24b5..09aa643 100644
--- a/frontend/shared_cpp/MainLoop.cpp
+++ b/frontend/shared_cpp/MainLoop.cpp
@@ -26,5 +26,6 @@ EM_BOOL loop(double time, void* loop) {
mainLoop->numFrames = 0;
}
- return mainLoop->updateFunc(deltaTimeSeconds, NULL);
+ mainLoop->updateFunc(deltaTimeSeconds, NULL);
+ return true;
} \ No newline at end of file