diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index ceea54e..f91e473 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -298,7 +298,7 @@ public: /// \see http://wiki.libsdl.org/SDL_SetRenderDrawColor /// //////////////////////////////////////////////////////////// - Renderer& SetDrawColor(Uint8 r, Uint8 g, Uint8 b, Uint8 a = 255); + Renderer& SetDrawColor(Uint8 r = 0, Uint8 g = 0, Uint8 b = 0, Uint8 a = 255); //////////////////////////////////////////////////////////// /// \brief Set current render target to default