From bd6400ca442b1ee2d4deb6fede68c00e70999d9e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 9 Aug 2024 09:48:11 +0200 Subject: editor: now use bptr::destroy() --- src/chunk.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/chunk.cpp') diff --git a/src/chunk.cpp b/src/chunk.cpp index 0cb42ef6..6ccf3d27 100644 --- a/src/chunk.cpp +++ b/src/chunk.cpp @@ -196,7 +196,6 @@ void chunk::remove_object(size_t i) } arrayRemove(_objects, i); - //eʹ.destroy(); } ArrayView> chunk::objects() const -- cgit v1.2.3