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:
parent
244f4f285a
commit
d95e916a42
2 changed files with 14 additions and 16 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue