Pascal Peridont hace 19 años
padre
commit
264d469d48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/haxe/Timer.hx

+ 1 - 1
std/haxe/Timer.hx

@@ -40,7 +40,7 @@ class Timer {
 		#else js
 			var id = arr.length;
 			arr[id] = this;
-			timerId = untyped window.setInterval("js.Timer.arr["+id+"].run();",time);
+			timerId = untyped window.setInterval("haxe.Timer.arr["+id+"].run();",time);
 		#else error
 		#end
 	}