Browse Source

Fix hxd.Timer (#64)

Pavel Alexandrov 5 years ago
parent
commit
84f1502f36
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/Ide.hx

+ 1 - 0
hide/Ide.hx

@@ -367,6 +367,7 @@ class Ide {
 	}
 
 	function mainLoop() {
+		hxd.Timer.update();
 		for( f in updates )
 			f();
 	}