diff options
author | David Athay <ko2fan@gmail.com> | 2007-12-24 14:16:15 +0000 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2007-12-24 14:16:15 +0000 |
commit | 1b19e8e0ad81cf2726fa27133aa342bbb91540dd (patch) | |
tree | c3e7f3281eca97f29619ae350bb2be1fe71e8d60 /src/openglgraphics.cpp | |
parent | ad916910b34d91db78c5eb6dc966745117bd0d6f (diff) | |
download | mana-1b19e8e0ad81cf2726fa27133aa342bbb91540dd.tar.gz mana-1b19e8e0ad81cf2726fa27133aa342bbb91540dd.tar.bz2 mana-1b19e8e0ad81cf2726fa27133aa342bbb91540dd.tar.xz mana-1b19e8e0ad81cf2726fa27133aa342bbb91540dd.zip |
Minor update, fixed disconnection dialog
Diffstat (limited to 'src/openglgraphics.cpp')
-rw-r--r-- | src/openglgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openglgraphics.cpp b/src/openglgraphics.cpp index 51e99fa0..76eff9f5 100644 --- a/src/openglgraphics.cpp +++ b/src/openglgraphics.cpp @@ -89,7 +89,7 @@ bool OpenGLGraphics::setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel) (gotDoubleBuffer ? "with" : "without")); char const *glExtensions = (char const *)glGetString(GL_EXTENSIONS); - int texSize; + GLint texSize; bool rectTex = strstr(glExtensions, "GL_ARB_texture_rectangle"); if (rectTex) { |