This commit is contained in:
Gabriel Tofvesson 2024-10-04 01:07:58 +02:00
parent 288cef314d
commit 35db4aa970

View File

@ -119,7 +119,7 @@ function List:_isDirty()
return true
end
for _,child in ipairs(self.childrent) do
for _,child in ipairs(self.children) do
if child:_isDirty() then
return true
end