Remove useless Clock
This commit is contained in:
parent
2c31af397c
commit
c2a8772129
2
game.cpp
2
game.cpp
|
@ -19,8 +19,6 @@ Game::Game()
|
|||
|
||||
int Game::run()
|
||||
{
|
||||
clock = std::make_unique<sf::Clock>();
|
||||
|
||||
// On the game loop
|
||||
while (main_window.isOpen())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue