Nicolas Cannasse 18 роки тому
батько
коміт
acb8213c10
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      std/haxe/Timer.hx

+ 1 - 1
std/haxe/Timer.hx

@@ -79,7 +79,7 @@ class Timer {
 		fqueue.push(f);
 		haxe.Timer.delayed(function() {
 			fqueue.shift()();
-		},if( time == null ) 0 else time);
+		},if( time == null ) 0 else time)();
 	}
 
 	public static function stamp() : Float {