exporting complete

This commit is contained in:
itsmattkc
2019-01-17 09:42:30 +11:00
parent 6a98e33959
commit 37ceca48da
5 changed files with 43 additions and 16 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void ViewerWindow::paintGL() {
glBindTexture(GL_TEXTURE_2D, texture);
glLoadIdentity();
glOrtho(0, 1, 1, 0, -1, 1);
glOrtho(0, 1, 0, 1, -1, 1);
glBegin(GL_QUADS);