]> code.bitgloo.com Git - clyne/gamedev2.git/commitdiff
Removed frequent Lua updates
authorAndy Belle-Isle <drumsetmonkey@gmail.com>
Mon, 2 Sep 2019 19:40:45 +0000 (15:40 -0400)
committerAndy Belle-Isle <drumsetmonkey@gmail.com>
Mon, 2 Sep 2019 19:40:45 +0000 (15:40 -0400)
src/engine.cpp

index 2916a6e001bc37c3e1c7c1f199513af7f8d4efe0..61d119a8ec94c6151cabbcdb12778da4ff8f4741 100644 (file)
@@ -67,7 +67,7 @@ void Engine::logicLoop(void)
         });
 
         systems.update<InputSystem>(dt);
-        systems.update<ScriptSystem>(dt);
+        //systems.update<ScriptSystem>(dt);
 
         /*******************
         *  LOGIC UPDATES  *