summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-22 23:22:06 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-22 23:22:06 +0200
commitfb914871bf169e8cd6f74cc086cabd5b23e6f739 (patch)
treeaafb1fbade598be29f8dc6ec54455699133fb74b /main
parent531a60115fb39f1f3dd7fb45ade070e0611cd003 (diff)
stuff
Diffstat (limited to 'main')
-rw-r--r--main/draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/draw.cpp b/main/draw.cpp
index 5ee38fba..e634823f 100644
--- a/main/draw.cpp
+++ b/main/draw.cpp
@@ -58,7 +58,7 @@ void app::draw_world()
for (std::int16_t y = miny; y <= maxy; y++)
for (std::int16_t x = minx; x <= maxx; x++)
{
-#if 0
+#if 1
if (const chunk_coords c = {x, y}; !_world.contains(c))
make_test_chunk(*_world[c]);
#endif