Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
zethon committed May 22, 2022
1 parent 0efea65 commit a0b2996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screens/GameScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class GameScreen final : public Screen

sf::Clock _gameClock;
std::shared_ptr<GameWorld> _gameCalendar;
std::tt::GameState _gameState;
tt::GameState _gameState;

std::shared_ptr<Hud> _hud;
};
Expand Down

0 comments on commit a0b2996

Please sign in to comment.