diff --git a/include/SFML/System/Sleep.hpp b/include/SFML/System/Sleep.hpp index 8833b566..f2ca10fc 100644 --- a/include/SFML/System/Sleep.hpp +++ b/include/SFML/System/Sleep.hpp @@ -44,6 +44,11 @@ class Time; /// one provides more accurate sleeping time thanks to some /// platform-specific tweaks. /// +/// sf::sleep only guarantees millisecond precision. Sleeping +/// for a duration less than 1 millisecond is prone to result +/// in the actual sleep duration being less than what is +/// requested. +/// /// \param duration Time to sleep /// ////////////////////////////////////////////////////////////