Comment glMatrixMode change in setupMatrix()

This commit is contained in:
Elias Batek 2024-01-05 02:23:36 +01:00
parent cd6414b04f
commit 4491bd0702
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ final class OpenGl1PixmapRenderer : PixmapRenderer {
_poc.config.renderer.resolution.height, 0,
-1, 1
);
glMatrixMode(GL_MODELVIEW);
//glMatrixMode(GL_MODELVIEW);
}
void redrawOpenGlScene() {