aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/manager/LoopTimerManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/manager/LoopTimerManager.h')
-rw-r--r--src/crepe/manager/LoopTimerManager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/manager/LoopTimerManager.h b/src/crepe/manager/LoopTimerManager.h
index c5f3cb0..61ae6ef 100644
--- a/src/crepe/manager/LoopTimerManager.h
+++ b/src/crepe/manager/LoopTimerManager.h
@@ -158,8 +158,7 @@ private:
//! Delta time for the current frame in seconds.
Duration_t delta_time{0.0};
//! Target time per frame in seconds
- Duration_t frame_target_time
- = Duration_t(1.0) / target_fps;
+ Duration_t frame_target_time = Duration_t(1.0) / target_fps;
//! Fixed delta time for fixed updates in seconds.
Duration_t fixed_delta_time = Duration_t(1.0) / 50.0;
//! Total elapsed game time in microseconds.