diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 02:02:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 02:02:49 +0100 |
commit | 87b07a5c872ba37676ea02e6f9961307839137b2 (patch) | |
tree | 5e8d02a9658ead0779fd012f6faf426fd0e72b8b /src/chunk.hpp | |
parent | 142adf90cdc69bbd608ff03354b54db053540bb7 (diff) |
a
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index e825ce33..e51c55ac 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -129,7 +129,8 @@ private: _walls_modified : 1 = true, _scenery_modified : 1 = true, _pass_modified : 1 = true, - _teardown : 1 = false; + _teardown : 1 = false, + _entities_sorted : 1 = true; struct bbox final // NOLINT(cppcoreguidelines-pro-type-member-init) { |