Fix remaining references to Rect::Null

This commit is contained in:
Dmitry Marakasov 2014-12-26 16:37:30 +03:00
parent f7ec8612a7
commit 69c4e14424

View File

@ -145,10 +145,9 @@ public:
/// target /// target
/// ///
/// \param texture Source texture /// \param texture Source texture
/// \param srcrect Source rectangle, SDL2pp::Rect::Null() for the /// \param srcrect Source rectangle, NullOpt for the entire texture
/// entire texture /// \param dstrect Destination rectangle, NullOpt for the entire
/// \param dstrect Destination rectangle, SDL2pp::Rect::Null() for /// rendering target
/// the entire rendering target
/// ///
/// \see http://wiki.libsdl.org/SDL_RenderCopy /// \see http://wiki.libsdl.org/SDL_RenderCopy
/// ///