1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add VoxelManip:close() for explicit free

This commit is contained in:
sfan5 2025-05-25 12:39:11 +02:00
parent 79e0d834fd
commit e03957ec0c
3 changed files with 23 additions and 0 deletions

View file

@ -45,6 +45,8 @@ private:
static int l_was_modified(lua_State *L);
static int l_get_emerged_area(lua_State *L);
static int l_close(lua_State *L);
public:
MMVManip *vm = nullptr;