mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 11:25:58 -04:00
Fix typo
This commit is contained in:
parent
5bac274b58
commit
d6d272a35d
@ -301,8 +301,8 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Draw a rectangle on the current rendering target
|
/// \brief Draw a rectangle on the current rendering target
|
||||||
///
|
///
|
||||||
/// \param p1 Coordinates of the start cornder
|
/// \param p1 Coordinates of the start corner
|
||||||
/// \param p2 Coordinates of the end cornder
|
/// \param p2 Coordinates of the end corner
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_RenderDrawRect
|
/// \see http://wiki.libsdl.org/SDL_RenderDrawRect
|
||||||
///
|
///
|
||||||
@ -346,8 +346,8 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Fill a rectangle on the current rendering target
|
/// \brief Fill a rectangle on the current rendering target
|
||||||
///
|
///
|
||||||
/// \param p1 Coordinates of the start cornder
|
/// \param p1 Coordinates of the start corner
|
||||||
/// \param p2 Coordinates of the end cornder
|
/// \param p2 Coordinates of the end corner
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_RenderFillRect
|
/// \see http://wiki.libsdl.org/SDL_RenderFillRect
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user