aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-09 18:12:59 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-13 22:40:52 +0100
commita1580002f8f5c56ae353f021b75f28497a936d21 (patch)
tree4ff2dc0b888b0d792f2f05d02892122183943762
parenta9818f2d6a0c22ff6b03a8897b3ef84d8dd6f96b (diff)
downloadusdx-a1580002f8f5c56ae353f021b75f28497a936d21.tar.gz
usdx-a1580002f8f5c56ae353f021b75f28497a936d21.tar.xz
usdx-a1580002f8f5c56ae353f021b75f28497a936d21.zip
menu/application: whitespace fix
-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);
}