aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/manager/LoopTimerManager.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-11 14:33:31 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-11 14:33:31 +0100
commitdfa8ffbc03c4c1acd74fd14e54c6ee566a3c445c (patch)
tree262991f97b02e721c46f767eab7250898fe1a566 /src/crepe/manager/LoopTimerManager.h
parent68bf20b491b4b7673c2ece7a6497b9faffd44eb1 (diff)
make format
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.