summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/World.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 3f157157a..98f6a4b5a 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -59,9 +59,10 @@
-
+#ifndef __APPLE__
/// Up to this many m_SpreadQueue elements are handled each world tick
const int MAX_LIGHTING_SPREAD_PER_TICK = 10;
+#endif
const int TIME_SUNSET = 12000;
const int TIME_NIGHT_START = 13187;