From b9693565a4ccbf8767ab5fba931f4efa89082c83 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 20 Oct 2023 21:30:40 -0400 Subject: checkpoint - physics is working but messy --- src/game-settings.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game-settings.hpp') 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; -- cgit v1.2.3