diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-08 14:09:28 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-08 14:09:28 -0700 |
commit | a7f4baec9399cda6d2c4850b2006d8df4f8448ac (patch) | |
tree | eccf2bf4201fdfd51c7ffa2dfcc43c9e6b5c8cdc /src/openglgraphics.h | |
parent | 8666a98554813434e842cdb15671538c5c2ae6db (diff) | |
parent | 8fe9c1d9f046aa6d746ab075b3056d75898d1f2c (diff) | |
download | mana-a7f4baec9399cda6d2c4850b2006d8df4f8448ac.tar.gz mana-a7f4baec9399cda6d2c4850b2006d8df4f8448ac.tar.bz2 mana-a7f4baec9399cda6d2c4850b2006d8df4f8448ac.tar.xz mana-a7f4baec9399cda6d2c4850b2006d8df4f8448ac.zip |
Merge remote-tracking branch 'origin/0.5'
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 23638eec..16448a79 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -28,7 +28,6 @@ #define NO_SDL_GLEXT #include <SDL_opengl.h> -#endif class OpenGLGraphics : public Graphics { @@ -127,5 +126,6 @@ class OpenGLGraphics : public Graphics bool mColorAlpha; bool mSync; }; +#endif //USE_OPENGL #endif |