mirror of https://github.com/adamdruppe/arsd.git
Comment glMatrixMode change in setupMatrix()
This commit is contained in:
parent
cd6414b04f
commit
4491bd0702
|
@ -856,7 +856,7 @@ final class OpenGl1PixmapRenderer : PixmapRenderer {
|
||||||
_poc.config.renderer.resolution.height, 0,
|
_poc.config.renderer.resolution.height, 0,
|
||||||
-1, 1
|
-1, 1
|
||||||
);
|
);
|
||||||
glMatrixMode(GL_MODELVIEW);
|
//glMatrixMode(GL_MODELVIEW);
|
||||||
}
|
}
|
||||||
|
|
||||||
void redrawOpenGlScene() {
|
void redrawOpenGlScene() {
|
||||||
|
|
Loading…
Reference in New Issue