mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-09 07:18:45 -04:00
Fix remaining references to Rect::Null
This commit is contained in:
parent
f7ec8612a7
commit
69c4e14424
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user