From c83f44c9d82b29b285775f97de5a8737bd991818 Mon Sep 17 00:00:00 2001 From: Stef Tervelde Date: Fri, 25 Apr 2025 13:57:18 +0200 Subject: [PATCH] Update PGraphicsOpenGL.java --- core/src/processing/opengl/PGraphicsOpenGL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/opengl/PGraphicsOpenGL.java b/core/src/processing/opengl/PGraphicsOpenGL.java index 2d6dca991..88164f43e 100644 --- a/core/src/processing/opengl/PGraphicsOpenGL.java +++ b/core/src/processing/opengl/PGraphicsOpenGL.java @@ -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);