From dfa8ffbc03c4c1acd74fd14e54c6ee566a3c445c Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Wed, 11 Dec 2024 14:33:31 +0100 Subject: make format --- src/crepe/manager/LoopTimerManager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/crepe/manager/LoopTimerManager.h') 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. -- cgit v1.2.3