Nicolas Cannasse 18 سال پیش
والد
کامیت
94905fb9e0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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