diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index 98ac8bd..f99de9d 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -49,7 +49,7 @@ class RWops; //////////////////////////////////////////////////////////// class Texture { private: - SDL_Texture* texture_; ///< SDL2 texture pointer + SDL_Texture* texture_; ///< Contained SDL_Texture structure public: ////////////////////////////////////////////////////////////