aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/LoopTimer.h')
-rw-r--r--src/crepe/api/LoopTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.h b/src/crepe/api/LoopTimer.h
index 0089b24..4ce0053 100644
--- a/src/crepe/api/LoopTimer.h
+++ b/src/crepe/api/LoopTimer.h
@@ -122,7 +122,7 @@ public:
private:
//! Current frames per second
int fps = 50;
- ///< Current game scale
+ //! Current game scale
double game_scale = 1;
//! Maximum delta time to avoid large jumps
double maximum_delta_time = 0.25;