aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopTimer.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:09:39 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 18:09:39 +0100
commit30c1eeeb9f1ca5a643a30edb4e7010f8a60bdd30 (patch)
tree1e7e10be4e6ce47c713777e43e5da0f02ccd17e1 /src/crepe/api/LoopTimer.h
parent68fa604568e6dafac383a88d252c125f97431567 (diff)
code cleanup changes
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;