2
0
ncannasse 7 жил өмнө
parent
commit
93e9c39642

+ 1 - 0
hxd/fmt/fbx/BaseLibrary.hx

@@ -1115,6 +1115,7 @@ class BaseLibrary {
 	}
 
 	function round(v:Float) {
+		if( v != v ) throw "NaN found";
 		return std.Math.fround(v * 131072) / 131072;
 	}