no message

This commit is contained in:
2025-03-30 15:35:00 +03:00
parent cc21931ebe
commit 4f5a091af7
2 changed files with 3 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ public class Loop extends FileObjectWithMessages {
@Expose
private int perfectLoop;
@Expose
private int hasNonRectangularBounds;
@Expose
public LoopState loopState;
//---
@Expose
@@ -44,7 +46,6 @@ public class Loop extends FileObjectWithMessages {
all_children.addAll(children);
return all_children;
}
/*
public Loop(String[] packedLoopInfo, Index idx, DBProjectFile father_in) {
file = father_in.name;