fix PShapeOpenGL#transform() (fixes #217)

This commit is contained in:
cathiecode
2021-07-14 23:47:55 +09:00
parent a1122aa674
commit e442c07431
@@ -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: