X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Ftexture.hpp;h=bf87c65df0a36d81c5d5045f24c39157df8f6f15;hb=6cd71a8644049d1951b5a9702a57ad02a7971c1e;hp=0e4dd89d268e5baf2c52eac26f82cff7bfdf43fa;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;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 -