From 69c4e14424c7fc96f46c4c38bcbb51bbc7999555 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 26 Dec 2014 16:37:30 +0300 Subject: [PATCH] Fix remaining references to Rect::Null --- SDL2pp/Renderer.hh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ///