Fix a memleak pointed by @Zeno- in MeshUpdateQueue
[oweals/minetest.git] / src / voxel.h
index 0546448893cf9374f308dda2b70a3978f258ebf5..58ad39be4a890d7f1fe6fe4ab1db6519dd4a024f 100644 (file)
@@ -213,7 +213,7 @@ public:
                        return;
                }
 
-               assert(contains(a));
+               assert(contains(a));    // pre-condition
 
                // Take back area, XY inclusive
                {