2
0
Dan Korostelev 9 жил өмнө
parent
commit
781f082a8b

+ 1 - 1
std/python/_std/Sys.hx

@@ -38,7 +38,7 @@ class Sys {
 		environ;
 	}
 
-	public static function time():Float {
+	public static inline function time():Float {
 		return Time.time();
 	}