summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinghua Luo <sunmoon1997@gmail.com>2007-02-04 14:19:58 +0800
committerJinghua Luo <sunmoon1997@gmail.com>2007-02-04 14:19:58 +0800
commit2dc542d03c53eb73d1a3cfba28fb19d49d8a0f92 (patch)
treeb5208e5f01e5c4cc6ac27e47dae3753e667f7723
parent3f7b94189c2eea66c59c7bf06f752ed8c10402a7 (diff)
opengl: coding style fix.
-rw-r--r--src/sdl-freetype-opengl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl-freetype-opengl.c b/src/sdl-freetype-opengl.c
index f0b021d..37d850f 100644
--- a/src/sdl-freetype-opengl.c
+++ b/src/sdl-freetype-opengl.c
@@ -317,7 +317,7 @@ sdl_freetype_opengl_glyphs_render (sdl_freetype_font_t * font,
}
if (num_cached) {
- glMatrixMode(GL_MODELVIEW);
+ glMatrixMode (GL_MODELVIEW);
glPushMatrix ();
glEnable (GL_BLEND);