mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 11:51:54 +01:00
Fixed popMatrix condition in PShape3D.draw()
This commit is contained in:
@@ -3772,7 +3772,7 @@ public class PShape3D extends PShape {
|
||||
render(texture);
|
||||
}
|
||||
|
||||
if (matrix != null) {
|
||||
if (matrix != null && applyMatrix) {
|
||||
g.popMatrix();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user