From 35f271d64582e90bf82bde88d48fd631a46dce9e Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 10 Mar 2022 23:29:13 +0100 Subject: Changed to use default clock duration for elapsed time counting in Clock --- Stars45/Clock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Clock.h') diff --git a/Stars45/Clock.h b/Stars45/Clock.h index d7b41a7..5628e45 100644 --- a/Stars45/Clock.h +++ b/Stars45/Clock.h @@ -34,8 +34,8 @@ public: protected: inner_clock::time_point m_point; - elapsed_duration m_game_elapsed; - elapsed_duration m_real_elapsed; + inner_clock::duration m_game_elapsed; + inner_clock::duration m_real_elapsed; double m_compression; double m_delta; double m_gui_delta; -- cgit v1.1