Normand Briere
2017-05-07 314b34423070cf127464da79a53cddf6b1c38587
BoundaryRep.java
....@@ -2163,7 +2163,7 @@
21632163 // if (slow)
21642164 // aout 2013
21652165 // sept 2013 merde...
2166
- W = 13;
2166
+ W = 3; // 13;
21672167
21682168 // POSERATE
21692169 if (CameraPane.tickcount > 0 || CameraPane.SLOWPOSE)
....@@ -4233,7 +4233,7 @@
42334233 int count = VertexCount();
42344234
42354235 // mars 2014
4236
- while (step >= count)
4236
+ while (step > count)
42374237 step /= 10;
42384238
42394239 for (int i = 0; i < count; i+=step)