Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
94905fb9e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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