mirror of
https://github.com/processing/processing4.git
synced 2026-05-11 21:32:39 +02: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