Nicolas Cannasse 18 년 전
부모
커밋
acb8213c10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {