summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Clock.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-10 23:29:13 +0100
committerAki <please@ignore.pl>2022-03-10 23:29:13 +0100
commit35f271d64582e90bf82bde88d48fd631a46dce9e (patch)
tree5d0d5d7f32f6be4a33c253bced25cf959a67550c /Stars45/Clock.h
parentd2709bc8708b72439bade20214dfd5f3482a34d2 (diff)
downloadstarshatter-35f271d64582e90bf82bde88d48fd631a46dce9e.zip
starshatter-35f271d64582e90bf82bde88d48fd631a46dce9e.tar.gz
starshatter-35f271d64582e90bf82bde88d48fd631a46dce9e.tar.bz2
Changed to use default clock duration for elapsed time counting in Clock
Diffstat (limited to 'Stars45/Clock.h')
-rw-r--r--Stars45/Clock.h4
1 files changed, 2 insertions, 2 deletions
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;