diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-09 09:48:11 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 11:07:54 +0200 |
| commit | bd6400ca442b1ee2d4deb6fede68c00e70999d9e (patch) | |
| tree | 1e55165b343596fd10c758c92f9c050398223a41 /src/chunk.cpp | |
| parent | 601915244264ed265c1ca1808a6bb2842cab2286 (diff) | |
editor: now use bptr<object>::destroy()
Diffstat (limited to 'src/chunk.cpp')
| -rw-r--r-- | src/chunk.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<const bptr<object>> chunk::objects() const |
