Merge remote-tracking branch 'origin/master'
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m24s
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m24s
This commit is contained in:
@@ -34,6 +34,7 @@ namespace JGL {
|
||||
glMatrixMode(GL_PROJECTION);
|
||||
glPushMatrix();
|
||||
glLoadIdentity();
|
||||
glViewport(0, 0, wS.x, wS.y);
|
||||
glOrtho(0, wS.x, wS.y, 0, -1, 1);
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glPushMatrix();
|
||||
|
Reference in New Issue
Block a user