Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
94905fb9e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/haxe/Timer.hx

+ 1 - 1
std/haxe/Timer.hx

@@ -89,7 +89,7 @@ class Timer {
 		fqueue.push(f);
 		haxe.Timer.delayed(function() {
 			fqueue.shift()();
-		},#if !flash9 if( time == null ) 0 else #end time)();
+		},if( time == null ) 0 else time)();
 	}
 
 	#end