From dbd32f11e2a3df38162c70f946b5bfa9a8dedbfa Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 1 Apr 2021 17:02:44 -0400 Subject: Lots of work in progress on pill intersections, but will have to read more up on it --- frontend/shared_cpp/MainLoop.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/shared_cpp/MainLoop.cpp') 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 -- cgit v1.2.1