aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8e154fb..0651077 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,6 +4,7 @@
*/
#include <cstdio> // fopen
+#include <thread>
#include <common.h>
#include <world.h>
@@ -453,7 +454,7 @@ void mainLoop(void){
if(!currentTime){ // Initialize currentTime if it hasn't been
currentTime=millis();
- prevPrevTime=currentTime;
+ //prevPrevTime=currentTime;
}
/*