diff options
Diffstat (limited to 'src/game-settings.hpp')
| -rw-r--r-- | src/game-settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-settings.hpp b/src/game-settings.hpp index c42b917..1131e6d 100644 --- a/src/game-settings.hpp +++ b/src/game-settings.hpp @@ -9,6 +9,7 @@ struct GameSettings { bool isGamePaused = false; bool isShowingEditor = true; bool isRenderingDebug = false; + bool isSimulationPaused = false; std::chrono::steady_clock steadyClock; int64_t targetFPS = 144; int64_t minFPS = 20; |
