Fix documentation

This commit is contained in:
Dmitry Marakasov 2015-01-15 16:59:33 +03:00
parent 8aaf1815e0
commit a22e667dbc

View File

@ -595,8 +595,8 @@ public:
////////////////////////////////////////////////////////////
/// \brief Get the drawing scale for the current target
///
/// \param[out] Variable to be filled with the horizontal scaling factor
/// \param[out] Variable to be filled with the vertical scaling factor
/// \param[out] scalex Variable to be filled with the horizontal scaling factor
/// \param[out] scaley Variable to be filled with the vertical scaling factor
///
/// \see http://wiki.libsdl.org/SDL_RenderGetScale
///