Fix hidden layers not being exported correctly.
This commit is contained in:
parent
8caeee8868
commit
da8928be0f
3 changed files with 3 additions and 4 deletions
|
@ -34,7 +34,6 @@ local function FlattenLayers(layers)
|
|||
end
|
||||
|
||||
-- Makes all layers visible.
|
||||
-- This should be called after deleteLayers and flattenLayers
|
||||
local function RevealLayers(layers)
|
||||
for _, layer in ipairs(layers) do
|
||||
if layer.isGroup then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue