0 Members and 1 Guest are viewing this topic.
sf::Clock clock; sf::Time time; time = clock.getElapsedTime(); std::cout << time.asSeconds() << std::endl;