From 9e4e7072da8f565eef37da7558053a436b9cbba3 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Mon, 1 Sep 2014 14:20:31 -0400 Subject: Update Mapgen VoxelManipulator on buffer invalidation --- src/script/lua_api/l_vmanip.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/lua_api/l_vmanip.h') diff --git a/src/script/lua_api/l_vmanip.h b/src/script/lua_api/l_vmanip.h index fc7ef30e6..70468b344 100644 --- a/src/script/lua_api/l_vmanip.h +++ b/src/script/lua_api/l_vmanip.h @@ -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); -- cgit v1.2.3