1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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();