diff --git a/toonz/sources/toonzlib/dpiscale.cpp b/toonz/sources/toonzlib/dpiscale.cpp index 911c808..c535f49 100644 --- a/toonz/sources/toonzlib/dpiscale.cpp +++ b/toonz/sources/toonzlib/dpiscale.cpp @@ -21,6 +21,7 @@ TAffine getDpiAffine(TXshSimpleLevel *level, const TFrameId &fid, const double factor = Stage::inch; if (level->getType() == PLI_XSHLEVEL) return TAffine(); + if (level->getType() == META_XSHLEVEL) return TAffine(); LevelProperties *prop = level->getProperties(); TAffine aff;