Fix hidden layers not being exported correctly.

This commit is contained in:
Anna Rose Wiggins 2024-08-11 22:46:40 -04:00
parent 8caeee8868
commit da8928be0f
3 changed files with 3 additions and 4 deletions

View file

@ -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