mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 08:44:39 +01:00
Presence of texture and transformation matrix in child shapes is pre-computed before draw()
This commit is contained in:
@@ -1106,6 +1106,13 @@ public class PShape implements PConstants {
|
||||
public void updateRoot(PShape root) {
|
||||
}
|
||||
|
||||
protected void modified() {
|
||||
modified = true;
|
||||
if (parent != null) {
|
||||
parent.modified();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user