diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:22:06 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-22 23:22:06 +0200 |
| commit | fb914871bf169e8cd6f74cc086cabd5b23e6f739 (patch) | |
| tree | aafb1fbade598be29f8dc6ec54455699133fb74b /main | |
| parent | 531a60115fb39f1f3dd7fb45ade070e0611cd003 (diff) | |
stuff
Diffstat (limited to 'main')
| -rw-r--r-- | main/draw.cpp | 2 |
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 |
