From 4491bd0702055f2950792109fd224427e80a6a94 Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Fri, 5 Jan 2024 02:23:36 +0100 Subject: [PATCH] Comment glMatrixMode change in setupMatrix() --- pixmappresenter.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixmappresenter.d b/pixmappresenter.d index 314d66d..12220d9 100644 --- a/pixmappresenter.d +++ b/pixmappresenter.d @@ -856,7 +856,7 @@ final class OpenGl1PixmapRenderer : PixmapRenderer { _poc.config.renderer.resolution.height, 0, -1, 1 ); - glMatrixMode(GL_MODELVIEW); + //glMatrixMode(GL_MODELVIEW); } void redrawOpenGlScene() {