mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 23:00:45 +00:00
committed by
Jindra Petřík
parent
e137fdbca1
commit
3677bceeb6
@@ -1491,7 +1491,7 @@ public class XFLConverter {
|
||||
|
||||
for (CharacterTag symbol : characters) {
|
||||
if ((symbol instanceof ShapeTag) && nonLibraryShapes.contains(symbol)) {
|
||||
continue; //shapes with 1 ocurrence and single layer are not added to library
|
||||
continue; //shapes with 1 occurrence and single layer are not added to library
|
||||
}
|
||||
|
||||
if ((symbol instanceof ShapeTag) || (symbol instanceof DefineSpriteTag) || (symbol instanceof ButtonTag)) {
|
||||
|
||||
Reference in New Issue
Block a user