mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update Mapgen VoxelManipulator on buffer invalidation
This commit is contained in:
parent
3fa4f782d9
commit
9e4e7072da
6 changed files with 75 additions and 10 deletions
|
@ -58,6 +58,8 @@ private:
|
|||
static int l_get_param2_data(lua_State *L);
|
||||
static int l_set_param2_data(lua_State *L);
|
||||
|
||||
static int l_was_modified(lua_State *L);
|
||||
|
||||
public:
|
||||
LuaVoxelManip(ManualMapVoxelManipulator *mmvm, bool is_mapgen_vm);
|
||||
LuaVoxelManip(Map *map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue