Update of /cvsroot/super-tux/supertux/src/screen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4428/screen
Modified Files:
texture.h
Log Message:
try to fix opengl warnings
Index: texture.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/screen/texture.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texture.h 30 May 2004 01:08:50 -0000 1.1
+++ texture.h 30 May 2004 20:42:24 -0000 1.2
@@ -134,7 +134,7 @@
class SurfaceOpenGL : public SurfaceImpl
{
public:
- unsigned gl_texture;
+ GLuint gl_texture;
public:
SurfaceOpenGL(SDL_Surface* surf, int use_alpha);
|