Minor corrections in API doc

This commit is contained in:
Laurent Gomila 2012-04-23 18:15:32 +02:00
parent e9a6840e7d
commit 233fe32fab

View File

@ -175,10 +175,10 @@ public :
/// sf::Listener::setPosition(1, 0, -5); /// sf::Listener::setPosition(1, 0, -5);
/// ///
/// // Make it face the right axis (1, 0, 0) /// // Make it face the right axis (1, 0, 0)
/// sf::Listener::SetDirection(1, 0, 0); /// sf::Listener::setDirection(1, 0, 0);
/// ///
/// // Reduce the global volume /// // Reduce the global volume
/// sf::Listener::SetGlobalVolume(50); /// sf::Listener::setGlobalVolume(50);
/// \endcode /// \endcode
/// ///
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////