mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +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
|
-- Recursive remove all children of component
|
||||||
local children = component._meta.children
|
local children = component._meta.children
|
||||||
for i = #children, 1, -1do
|
for i = #children, 1, -1 do
|
||||||
self:remove(children[i])
|
self:remove(children[i])
|
||||||
local parent = children[i]:get_parent_component()
|
local parent = children[i]:get_parent_component()
|
||||||
if parent then
|
if parent then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user