From c8e4644d1fb20a3cae82cb7bc4132252384b040b Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sun, 30 May 2004 20:42:24 +0000 Subject: [PATCH] try to fix opengl warnings SVN-Revision: 1369 --- src/screen/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen/texture.h b/src/screen/texture.h index 3f65a8864..ef6902713 100644 --- a/src/screen/texture.h +++ b/src/screen/texture.h @@ -134,7 +134,7 @@ public: class SurfaceOpenGL : public SurfaceImpl { public: - unsigned gl_texture; + GLuint gl_texture; public: SurfaceOpenGL(SDL_Surface* surf, int use_alpha); -- 2.11.0