Normand Briere
2016-02-27 28ab4dad99d24372ea58b09a00eafbce1291c278
step ?>=? count
2 files modified
4 ■■■■ changed files
BoundaryRep.java 2 ●●● patch | view | raw | blame | history
CameraPane.java 2 ●●● patch | view | raw | blame | history
BoundaryRep.java
....@@ -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)
CameraPane.java
....@@ -7923,7 +7923,7 @@
79237923
79247924 if (!BOXMODE)
79257925 {
7926
- System.out.println("image: " + fullname + " (" + (GrafreeD.wav.cursor / 735 / 4) + ")");
7926
+ System.out.println("image: " + fullname + " (wav cursor=" + (GrafreeD.wav.cursor / 735 / 4) + ")");
79277927 }
79287928
79297929 if (!BOXMODE)