mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Fix RotateZ bug
This commit is contained in:
@@ -1269,7 +1269,7 @@ public class PShapeOpenGL extends PShape {
|
||||
|
||||
@Override
|
||||
public void rotateZ(float angle) {
|
||||
transform(ROTATE, angle);
|
||||
rotate(angle, 0, 0, 1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user