summaryrefslogtreecommitdiff
path: root/src/openglgraphics.cpp
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2007-12-24 14:16:15 +0000
committerDavid Athay <ko2fan@gmail.com>2007-12-24 14:16:15 +0000
commit1b19e8e0ad81cf2726fa27133aa342bbb91540dd (patch)
treec3e7f3281eca97f29619ae350bb2be1fe71e8d60 /src/openglgraphics.cpp
parentad916910b34d91db78c5eb6dc966745117bd0d6f (diff)
downloadMana-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.cpp2
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)
{