diff options
author | David Athay <ko2fan@gmail.com> | 2011-11-17 20:22:17 -0600 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2011-11-17 20:22:17 -0600 |
commit | 41a8c0406301fdb3d92374774066837c42eed112 (patch) | |
tree | b0e2ef0862d38057ec3ed045500ca463b120109d /src/openglgraphics.h | |
parent | cd0caeb87a10bc8ed645223c7155c9576b6fb102 (diff) | |
parent | 965cad21750b45206ceea4523d94b7ec92bb8ac6 (diff) | |
download | mana-0.5.tar.gz mana-0.5.tar.bz2 mana-0.5.tar.xz mana-0.5.zip |
Merge branch '0.5' of github.com:mana/mana into 0.50.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 ee96e19c..73adbdc1 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -30,7 +30,6 @@ #define NO_SDL_GLEXT #include <SDL_opengl.h> -#endif class OpenGLGraphics : public Graphics { @@ -129,5 +128,6 @@ class OpenGLGraphics : public Graphics bool mColorAlpha; bool mSync; }; +#endif //USE_OPENGL #endif |