mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Typo fix
This commit is contained in:
parent
89830a830e
commit
cecd8c9d5a
@ -206,7 +206,7 @@ function DruidInstance.remove(self, component)
|
||||
|
||||
-- Recursive remove all children of component
|
||||
local children = component._meta.children
|
||||
for i = #children, 1, -1do
|
||||
for i = #children, 1, -1 do
|
||||
self:remove(children[i])
|
||||
local parent = children[i]:get_parent_component()
|
||||
if parent then
|
||||
|
Loading…
x
Reference in New Issue
Block a user