2
0
Pascal Peridont 19 жил өмнө
parent
commit
264d469d48
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 	}