1
0

Fix console WIDTH rendering

This commit is contained in:
otya128
2016-12-11 18:54:53 +09:00
parent d118f72d06
commit 9833ae6259

View File

@@ -292,6 +292,7 @@ class Console
adjustScreen(); adjustScreen();
scope (exit) scope (exit)
{ {
glMatrixMode(GL_MODELVIEW);
glLoadIdentity(); glLoadIdentity();
petitcom.chScreen(0, 0, 400, 240); petitcom.chScreen(0, 0, 400, 240);
} }