mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Minor correction in API doc
This commit is contained in:
parent
8c776f33c1
commit
f3be2da018
@ -444,7 +444,7 @@ SFML_SYSTEM_API Time& operator /=(Time& left, Int64 right);
|
|||||||
/// position += speed * elapsed.asSeconds();
|
/// position += speed * elapsed.asSeconds();
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
/// Update(sf::milliseconds(100));
|
/// update(sf::milliseconds(100));
|
||||||
/// \endcode
|
/// \endcode
|
||||||
///
|
///
|
||||||
/// \see sf::Clock
|
/// \see sf::Clock
|
||||||
|
Loading…
Reference in New Issue
Block a user