Explorar el Código

fixed getTimer

Nicolas Cannasse hace 18 años
padre
commit
f3fc8310a0
Se han modificado 1 ficheros con 1 adiciones y 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__();
 	}