Explorar o código

fixed getTimer

Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
f3fc8310a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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__();
 	}