This commit is contained in:
Dmitry Marakasov 2014-12-26 20:44:13 +03:00
parent 5bac274b58
commit d6d272a35d

View File

@ -301,8 +301,8 @@ public:
////////////////////////////////////////////////////////////
/// \brief Draw a rectangle on the current rendering target
///
/// \param p1 Coordinates of the start cornder
/// \param p2 Coordinates of the end cornder
/// \param p1 Coordinates of the start corner
/// \param p2 Coordinates of the end corner
///
/// \see http://wiki.libsdl.org/SDL_RenderDrawRect
///
@ -346,8 +346,8 @@ public:
////////////////////////////////////////////////////////////
/// \brief Fill a rectangle on the current rendering target
///
/// \param p1 Coordinates of the start cornder
/// \param p2 Coordinates of the end cornder
/// \param p1 Coordinates of the start corner
/// \param p2 Coordinates of the end corner
///
/// \see http://wiki.libsdl.org/SDL_RenderFillRect
///