mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix PShapeOpenGL#transform() (fixes #217)
This commit is contained in:
@@ -1397,6 +1397,7 @@ public class PShapeOpenGL extends PShape {
|
||||
} else {
|
||||
transform.scale(args[0], args[1]);
|
||||
PGraphicsOpenGL.invScale((PMatrix2D)transformInv, args[0], args[1]);
|
||||
tessellated = false; // Quick fix for https://github.com/processing/processing4/issues/217
|
||||
}
|
||||
break;
|
||||
case MATRIX:
|
||||
|
||||
Reference in New Issue
Block a user