player.get_selected_block

This commit is contained in:
MihailRis
2024-05-31 08:33:37 +03:00
parent 29ca6e969c
commit 74042b5c2a
13 changed files with 32 additions and 18 deletions
-2
View File
@@ -12,7 +12,6 @@
#include "../voxels/Chunk.hpp"
#include "../voxels/Chunks.hpp"
#include "../voxels/ChunksStorage.hpp"
#include "../window/Camera.hpp"
#include "../world/WorldGenerators.hpp"
#include <memory>
@@ -135,7 +134,6 @@ std::unique_ptr<Level> World::load(
}
}
}
(void)world.release();
return level;
}