Nicolas Cannasse 18 vuotta sitten
vanhempi
commit
acb8213c10
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {