mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Fix #129
This commit is contained in:
parent
ecf799fa8e
commit
73b8c03b74
@ -941,9 +941,11 @@ function newobject:MoveToTop()
|
||||
|
||||
local internal = false
|
||||
|
||||
for k, v in ipairs(pinternals) do
|
||||
if v == self then
|
||||
internal = true
|
||||
if pinternals then
|
||||
for k, v in ipairs(pinternals) do
|
||||
if v == self then
|
||||
internal = true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user