try to fix opengl warnings
authorMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 20:42:24 +0000 (20:42 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 20:42:24 +0000 (20:42 +0000)
SVN-Revision: 1369

src/screen/texture.h

index 3f65a88..ef69027 100644 (file)
@@ -134,7 +134,7 @@ public:
 class SurfaceOpenGL : public SurfaceImpl
 {
 public:
-  unsigned gl_texture;
+  GLuint gl_texture;
 
 public:
   SurfaceOpenGL(SDL_Surface* surf, int use_alpha);