Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
acb8213c10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {