From 0d29b033061ad97400d46fc9427cbb676ee73f0c Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 22:01:37 +0300 Subject: [PATCH] Fix copypasta --- SDL2pp/Texture.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///