Fix copypasta

This commit is contained in:
Dmitry Marakasov 2014-12-26 22:01:37 +03:00
parent 2e57ed81c7
commit 0d29b03306

View File

@ -252,7 +252,7 @@ public:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Set the blend mode for a texture, used by SDL2pp::Renderer::Copy /// \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 /// \see http://wiki.libsdl.org/SDL_SetTextureBlendMode
/// ///