Store everything in a VBO, making things faster.
[ipdf/code.git] / src / screen.cpp
index 07d3f94..5c3957c 100644 (file)
@@ -293,7 +293,7 @@ void Screen::DebugFontPrint(const char* str)
        glDisable(GL_BLEND);
        glDisable(GL_TEXTURE_2D);
        glPopMatrix();
-       glMatrixMode(GL_MODELVIEW);
+       glMatrixMode(GL_PROJECTION);
        glPopMatrix();
 }
 

UCC git Repository :: git.ucc.asn.au