diff options
Diffstat (limited to 'src/chunk.hpp')
| -rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 7ef0bc94..9e41c5fb 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -41,6 +41,7 @@ struct chunk final private: std::array<tile, TILE_COUNT> _tiles = {}; + mutable bool _maybe_empty = true; }; } // namespace floormat |
