Skip to content

Commit b7419ee

Browse files
committed
do not clear array part of builder component table
1 parent 287f03e commit b7419ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evolved.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6780,7 +6780,7 @@ end
67806780
---@return evolved.builder builder
67816781
function __builder_mt:clear()
67826782
self.__chunk = nil
6783-
__lua_table_clear(self.__component_table)
6783+
__lua_table_clear(self.__component_table, true, false)
67846784
return self
67856785
end
67866786

0 commit comments

Comments
 (0)