projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e68eda
)
try to fix opengl warnings
author
Matthias Braun
<matze@braunis.de>
Sun, 30 May 2004 20:42:24 +0000
(20:42 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 30 May 2004 20:42:24 +0000
(20:42 +0000)
SVN-Revision: 1369
src/screen/texture.h
patch
|
blob
|
history
diff --git
a/src/screen/texture.h
b/src/screen/texture.h
index
3f65a88
..
ef69027
100644
(file)
--- 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);