aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/application.cpp')
-rw-r--r--src/menu/application.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/application.cpp b/src/menu/application.cpp
index 00606135..cd234250 100644
--- a/src/menu/application.cpp
+++ b/src/menu/application.cpp
@@ -147,12 +147,12 @@ namespace usdx
glClear(GL_COLOR_BUFFER_BIT);
- glMatrixMode( GL_PROJECTION );
+ glMatrixMode(GL_PROJECTION);
glLoadIdentity();
glOrtho(0.0f, get_width(), get_height(), 0.0f, -1.0f, 1.0f);
- glMatrixMode( GL_MODELVIEW );
+ glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glDisable(GL_DEPTH_TEST);
}