diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index c33a40e..7cfa85a 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -145,10 +145,9 @@ public: /// target /// /// \param texture Source texture - /// \param srcrect Source rectangle, SDL2pp::Rect::Null() for the - /// entire texture - /// \param dstrect Destination rectangle, SDL2pp::Rect::Null() for - /// the entire rendering target + /// \param srcrect Source rectangle, NullOpt for the entire texture + /// \param dstrect Destination rectangle, NullOpt for the entire + /// rendering target /// /// \see http://wiki.libsdl.org/SDL_RenderCopy ///