Simon Krajewski 11 лет назад
Родитель
Сommit
af0bb0885d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      std/python/_std/Math.hx

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

@@ -224,7 +224,7 @@ extern class Math
 		
 		TODO: need spec
 	**/
-	public static /*inline*/ function round(v:Float):Int {
+	public static inline function round(v:Float):Int {
 		return Math.floor(v + 0.5);
 	}