add chunk 'entities' flag

This commit is contained in:
MihailRis
2024-07-05 23:26:17 +03:00
parent c8666910ce
commit f4d3e62b3f
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ public:
bool lighted: 1;
bool unsaved: 1;
bool loadedLights: 1;
bool entities: 1;
} flags {};
/// @brief Block inventories map where key is index of block in voxels array