summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph
diff options
context:
space:
mode:
Diffstat (limited to 'src/jogl/classes/com/jogamp/graph')
-rw-r--r--src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java b/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
index bac67eb5f..44744584d 100644
--- a/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
+++ b/src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java
@@ -641,7 +641,7 @@ public class OutlineShape implements Comparable<OutlineShape> {
updated = false;
}
if(Region.DEBUG_INSTANCE) {
- System.err.println("OutlineShape.getTriangles().2: "+triangles.size()+", updated "+updated);
+ System.err.println("OutlineShape.getTriangles().X: "+triangles.size()+", updated "+updated);
}
return triangles;
}