- Convert the entire image backend infrastructure to be animation-friendly
This commit is contained in:
parent
53d8a5bb2c
commit
7c90ea6b84
31 changed files with 145 additions and 128 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
Height = 1;
|
||||
}
|
||||
|
||||
int CopyPixels(FBitmap *bmp, int conversion) override
|
||||
int CopyPixels(FBitmap *bmp, int conversion, int frame = 0) override
|
||||
{
|
||||
PalEntry *pe = (PalEntry*)bmp->GetPixels();
|
||||
for (int i = 0; i < 256; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue