0 Members and 1 Guest are viewing this topic.
float sf::Clock::GetElapsedTime ( ) const Get the time elapsed since last reset. Returns:Time elapsed, in seconds
I still don't understand, sorry :|
It returns a float, not an integer. If you want milliseconds just multiply by 1000.