do not clear array part of builder component table

This commit is contained in:
BlackMATov
2026-02-05 15:30:50 +07:00
parent 287f03ef87
commit b7419eec5d

View File

@@ -6780,7 +6780,7 @@ end
---@return evolved.builder builder
function __builder_mt:clear()
self.__chunk = nil
__lua_table_clear(self.__component_table)
__lua_table_clear(self.__component_table, true, false)
return self
end