Minor corrections in API doc
This commit is contained in:
parent
e9a6840e7d
commit
233fe32fab
@ -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
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user