summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h
index 4e5c9bceb..1f58ddbb7 100644
--- a/src/World.h
+++ b/src/World.h
@@ -912,7 +912,7 @@ private:
bool m_BroadcastDeathMessages;
bool m_BroadcastAchievementMessages;
- bool m_IsDaylightCycleEnabled;
+ bool m_IsDaylightCycleEnabled;
// std::chrono::milliseconds is guaranteed to be good for 292 years by the standard.
std::chrono::milliseconds m_WorldAge;
std::chrono::milliseconds m_TimeOfDay;