X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fvideo%2Ftexture.hpp;h=bf87c65df0a36d81c5d5045f24c39157df8f6f15;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=0e4dd89d268e5baf2c52eac26f82cff7bfdf43fa;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/video/texture.hpp b/src/video/texture.hpp index 0e4dd89d2..bf87c65df 100644 --- a/src/video/texture.hpp +++ b/src/video/texture.hpp @@ -40,7 +40,7 @@ public: Texture(unsigned int width, unsigned int height, GLenum glformat); Texture(SDL_Surface* surface, GLenum glformat); virtual ~Texture(); - + GLuint get_handle() const { return handle; @@ -61,4 +61,3 @@ private: }; #endif -