diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index 9c5d7a6..b481a22 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++11 bindings/wrapper for SDL2 - Copyright (C) 2013-2015 Dmitry Marakasov + Copyright (C) 2013-2016 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -367,7 +367,7 @@ public: /// \see http://wiki.libsdl.org/SDL_SetTextureBlendMode /// //////////////////////////////////////////////////////////// - Texture& SetBlendMode(SDL_BlendMode blendMode); + Texture& SetBlendMode(SDL_BlendMode blendMode = SDL_BLENDMODE_NONE); //////////////////////////////////////////////////////////// /// \brief Set an additional alpha value multiplied into render copy operations