Skip to content

Commit

Permalink
Merge pull request #1394 from manongjohn/fix_level_editor_crash
Browse files Browse the repository at this point in the history
Fix crash entering Level Strip
  • Loading branch information
manongjohn committed Feb 21, 2024
2 parents e84d353 + 9924dd3 commit d61590c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toonz/sources/toonzlib/stageplayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ TImageP Stage::Player::image() const {
id = id + "_filled";

ImageLoader::BuildExtData extData(
m_sl, m_fid, 0, false,
m_xsh->getScene()->decodeFilePath(m_sl->getPath()));
m_sl, m_fid, 0, false, m_sl->getScene()->decodeFilePath(m_sl->getPath()));
return ImageManager::instance()->getImage(id, ImageManager::none, &extData);
}

Expand Down

0 comments on commit d61590c

Please sign in to comment.