mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 22:18:30 +00:00
Fix adding a copy of bg/transpart color for some special .gif files
This commit is contained in:
parent
271750129c
commit
a9097c3a1a
@ -433,7 +433,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
if (m_frameNum > 0 && !isLocalColormap)
|
||||
if (m_frameNum > 0 && !isLocalColormap && !needsExtraBgColor)
|
||||
return;
|
||||
|
||||
UniquePtr<Palette> palette;
|
||||
@ -578,7 +578,7 @@ private:
|
||||
m_frameDelay = (extension[3] << 8) | extension[2];
|
||||
|
||||
// PRINTF("Disposal method: %d\nTransparent index: %d\nFrame delay: %d\n",
|
||||
// disposal_method, transparentIndex, frame_delay);
|
||||
// m_disposalMethod, m_localTransparentIndex, m_frameDelay);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user