浏览代码

[python] inline Sys.time

Dan Korostelev 9 年之前
父节点
当前提交
781f082a8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/python/_std/Sys.hx

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

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