mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
markForTessellation shouldn't be public
This commit is contained in:
@@ -2372,7 +2372,7 @@ public class PShapeOpenGL extends PShape {
|
||||
}
|
||||
|
||||
|
||||
public void markForTessellation() {
|
||||
protected void markForTessellation() {
|
||||
root.tessellated = false;
|
||||
tessellated = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user