From fb914871bf169e8cd6f74cc086cabd5b23e6f739 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 22 Oct 2022 23:22:06 +0200 Subject: stuff --- main/draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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 -- cgit v1.2.3