BoundaryRep.java
.. .. @@ -2163,7 +2163,7 @@ 2163 2163 // if (slow) 2164 2164 // aout 2013 2165 2165 // sept 2013 merde... 2166 - W = 13;2166 + W = 3; // 13;2167 2167 2168 2168 // POSERATE 2169 2169 if (CameraPane.tickcount > 0 || CameraPane.SLOWPOSE) .. .. @@ -4233,7 +4233,7 @@ 4233 4233 int count = VertexCount(); 4234 4234 4235 4235 // mars 2014 4236 - while (step >= count)4236 + while (step > count)4237 4237 step /= 10; 4238 4238 4239 4239 for (int i = 0; i < count; i+=step)