Fix loading macrofx preset issue (#2425)

This commit is contained in:
manongjohn 2018-12-26 20:50:10 -05:00 committed by shun-iwasawa
parent ffd27d4dce
commit 9e8e639c30

View file

@ -61,6 +61,7 @@ void skipChild(TIStream &is) {
if (is.isBeginEndTag()) is.matchTag(tagName);
is.closeChild();
}
if (is.isBeginEndTag()) is.matchTag(tagName);
}
}