optimize (part 3)

This commit is contained in:
MihailRis
2024-11-16 15:24:46 +03:00
parent 1ff89491e6
commit 7bdeba982b
2 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ struct ChunkMeshData {
struct ChunkMesh {
std::shared_ptr<Mesh> mesh;
SortingMeshData sortingMeshData;
std::shared_ptr<Mesh> planesMesh = nullptr;
std::shared_ptr<Mesh> sortedMesh = nullptr;
};