diff --git a/toonz/sources/common/tfx/tfx.cpp b/toonz/sources/common/tfx/tfx.cpp index b07996b..2b94fdc 100644 --- a/toonz/sources/common/tfx/tfx.cpp +++ b/toonz/sources/common/tfx/tfx.cpp @@ -61,6 +61,7 @@ void skipChild(TIStream &is) { if (is.isBeginEndTag()) is.matchTag(tagName); is.closeChild(); } + if (is.isBeginEndTag()) is.matchTag(tagName); } }