ソースを参照

fixed getTimer

Nicolas Cannasse 18 年 前
コミット
f3fc8310a0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      std/flash/Lib.hx

+ 1 - 1
std/flash/Lib.hx

@@ -52,7 +52,7 @@ class Lib {
 		untyped __geturl__(kind,cmd);
 	}
 
-	public static function getTimer() : Int {
+	public static function getTimer() : Float {
 		return untyped __gettimer__();
 	}