Update PGraphicsOpenGL.java

This commit is contained in:
Stef Tervelde
2025-04-25 13:57:18 +02:00
committed by GitHub
parent 6be41c04f0
commit c83f44c9d8
@@ -4481,7 +4481,7 @@ public class PGraphicsOpenGL extends PGraphics {
// The minus sign is needed to invert the Y axis.
projection.set(x, 0, 0, tx,
0, -y, 0, -ty,
0, -y, 0, ty,
0, 0, z, tz,
0, 0, 0, 1);