diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index 68d09b6..52f3c35 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -252,7 +252,7 @@ public: //////////////////////////////////////////////////////////// /// \brief Set the blend mode for a texture, used by SDL2pp::Renderer::Copy /// - /// \param alpha SDL_BlendMode to use for texture blending + /// \param blendMode SDL_BlendMode to use for texture blending /// /// \see http://wiki.libsdl.org/SDL_SetTextureBlendMode ///