mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #116
This commit is contained in:
parent
55a8c1bba9
commit
50718f04c3
@ -378,6 +378,9 @@ function newobject:update(dt)
|
||||
if self.modalbackground.draworder > self.draworder then
|
||||
self:MakeTop()
|
||||
end
|
||||
if self.modalbackground.state ~= self.state then
|
||||
self.modalbackground:SetState(self.state)
|
||||
end
|
||||
end
|
||||
|
||||
if parent ~= base then
|
||||
|
Loading…
Reference in New Issue
Block a user