mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 17:42:51 +00:00
Don't destroy app::Document::m_imageCelBuffer
This commit is contained in:
parent
3aa621535b
commit
b2049f7ce4
@ -241,7 +241,6 @@ void Document::destroyExtraCel()
|
|||||||
|
|
||||||
m_extraCel = nullptr;
|
m_extraCel = nullptr;
|
||||||
m_extraImage.reset(nullptr);
|
m_extraImage.reset(nullptr);
|
||||||
m_extraImageBuffer.reset(nullptr);
|
|
||||||
m_extraCelType = render::ExtraType::NONE;
|
m_extraCelType = render::ExtraType::NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user