markForTessellation shouldn't be public

This commit is contained in:
codeanticode
2013-05-25 02:11:49 -04:00
parent cce3972900
commit de9cbc0dbd

View File

@@ -2372,7 +2372,7 @@ public class PShapeOpenGL extends PShape {
}
public void markForTessellation() {
protected void markForTessellation() {
root.tessellated = false;
tessellated = false;
}