diff options
Diffstat (limited to 'game/worldobject.h')
-rw-r--r-- | game/worldobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/worldobject.h b/game/worldobject.h index 6c75b8a..db69532 100644 --- a/game/worldobject.h +++ b/game/worldobject.h @@ -6,7 +6,7 @@ class WorldObject { public: - using TickDuration = std::chrono::milliseconds; + using TickDuration = std::chrono::duration<float, std::chrono::seconds::period>; WorldObject() = default; virtual ~WorldObject() = default; |