Commit 23a246c3 authored by nanahira's avatar nanahira

remove overlay

parent 7056a12f
......@@ -253,7 +253,7 @@ function Auxiliary.PreloadUds()
local eog=c:GetOverlayGroup()
ag:Merge(eog)
local g=ag:Select(tp,1,99,nil)
local og=g:Filter(function(c) return eog:IsContains(c) end)
local og=g:Filter(function(c) return eog:IsContains(c) end,nil)
g:Sub(og)
for tc in Auxiliary.Next(g) do
og:Merge(tc:GetOverlayGroup())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment