소스 검색

no inline

ncannasse 9 년 전
부모
커밋
b7ec2e5fd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hxd/Timer.hx

+ 1 - 1
hxd/Timer.hx

@@ -11,7 +11,7 @@ class Timer {
 	public static var deltaT : Float = 1;
 	static var frameCount = 0;
 
-	public inline static function update() {
+	public static function update() {
 		frameCount++;
 		var newTime = haxe.Timer.stamp();
 		deltaT = newTime - oldTime;