1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 09:05:19 +02:00

Defer to read_from_map in VoxelManip ctor

concrete problem: the getEmergeThread safety check was missing there
This commit is contained in:
sfan5
2024-10-10 16:59:21 +02:00
parent 244f4f285a
commit d95e916a42
2 changed files with 14 additions and 16 deletions

View File

@@ -64,7 +64,6 @@ public:
MMVManip *vm = nullptr;
LuaVoxelManip(MMVManip *mmvm, bool is_mapgen_vm);
LuaVoxelManip(Map *map, v3s16 p1, v3s16 p2);
LuaVoxelManip(Map *map);
~LuaVoxelManip();