From 97bee0876f6670b94496101aaa250e0326c6b50d Mon Sep 17 00:00:00 2001 From: BlackMATov Date: Thu, 9 Jan 2025 19:49:03 +0700 Subject: [PATCH] fix: return temp table to pool --- evolved.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/evolved.lua b/evolved.lua index f8f0aed..5dfea6c 100644 --- a/evolved.lua +++ b/evolved.lua @@ -2840,6 +2840,8 @@ function evolved.multi_insert(entity, fragments, components) end end + __release_table(__TABLE_POOL_TAG__FRAGMENT_SET, inserted_set) + __entity_chunks[entity_index] = new_chunk __entity_places[entity_index] = new_place