From 6758c1d2a15c789e232c8a3f7b51f23b66efd6e1 Mon Sep 17 00:00:00 2001 From: worktycho Date: Sat, 17 Jan 2015 22:24:25 +0000 Subject: correct comment to say milliseconds --- src/World.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/World.cpp b/src/World.cpp index cd99f2c2d..46488d58b 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -869,7 +869,7 @@ void cWorld::Tick(std::chrono::milliseconds a_Dt, std::chrono::milliseconds a_La if (m_IsDaylightCycleEnabled) { - // We need sub-tick precision here, that's why we store the time in seconds and calculate ticks off of it + // We need sub-tick precision here, that's why we store the time in milliseconds and calculate ticks off of it m_TimeOfDay += a_Dt; // Wrap time of day each 20 minutes (1200 seconds) -- cgit v1.2.3