This commit is contained in:
Kenny Shields 2014-03-29 12:07:26 -04:00
parent 55a8c1bba9
commit 50718f04c3

View File

@ -378,6 +378,9 @@ function newobject:update(dt)
if self.modalbackground.draworder > self.draworder then if self.modalbackground.draworder > self.draworder then
self:MakeTop() self:MakeTop()
end end
if self.modalbackground.state ~= self.state then
self.modalbackground:SetState(self.state)
end
end end
if parent ~= base then if parent ~= base then