bstouls 8 anni fa
parent
commit
3bdcee9aa5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hxd/poly2tri/Constants.hx

+ 1 - 1
hxd/poly2tri/Constants.hx

@@ -15,7 +15,7 @@ class Constants {
 	#if fastPoly2tri
 	static public var EPSILON = 0;
 	#else
-	static public var EPSILON:Float  = 1e-12;
+	static public var EPSILON:Float  = 1e-24;
 	#end
 	static public var PI_2:Float     = Math.PI / 2;
 	static public var PI_3div4:Float = 3 * Math.PI / 4;