/
This commit is contained in:
@@ -284,7 +284,7 @@ class Console
|
|||||||
void adjustScreen()
|
void adjustScreen()
|
||||||
{
|
{
|
||||||
glMatrixMode(GL_MODELVIEW);
|
glMatrixMode(GL_MODELVIEW);
|
||||||
glLoadIdentity();
|
glPushMatrix();
|
||||||
glScalef(fontWidth / 8f, fontHeight / 8f, 1);
|
glScalef(fontWidth / 8f, fontHeight / 8f, 1);
|
||||||
}
|
}
|
||||||
void render()
|
void render()
|
||||||
@@ -293,7 +293,7 @@ class Console
|
|||||||
scope (exit)
|
scope (exit)
|
||||||
{
|
{
|
||||||
glMatrixMode(GL_MODELVIEW);
|
glMatrixMode(GL_MODELVIEW);
|
||||||
glLoadIdentity();
|
glPopMatrix();
|
||||||
}
|
}
|
||||||
synchronized(this)
|
synchronized(this)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user