summaryrefslogtreecommitdiff
path: root/frontend/shared_cpp/MainLoop.cpp
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-04-01 17:02:44 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-04-01 17:02:44 -0400
commitdbd32f11e2a3df38162c70f946b5bfa9a8dedbfa (patch)
treedf3c1baf5818a641f7c15acbc59d90abcf0360c5 /frontend/shared_cpp/MainLoop.cpp
parentb17c518155fae64083eb5b56b78b9eec57603ac0 (diff)
Lots of work in progress on pill intersections, but will have to read more up on it
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