- Convert the entire image backend infrastructure to be animation-friendly

This commit is contained in:
Cacodemon345 2023-08-22 11:33:06 +02:00 committed by Christoph Oelckers
commit 7c90ea6b84
31 changed files with 145 additions and 128 deletions

View file

@ -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++)