- made it compile again.
This commit is contained in:
parent
de8db297a6
commit
94eadb1a8c
8 changed files with 3 additions and 9 deletions
|
|
@ -134,6 +134,7 @@ public:
|
|||
int CopyTrueColorPixels(FBitmap *bmp, int x, int y, int rotate, FCopyInfo *inf = NULL) override
|
||||
{
|
||||
bmp->CopyPixelData(x, y, Pixels, Width, Height, Height, 1, rotate, translationtables[TRANSLATION_Standard][8]->Palette, inf);
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool UseBasePalette() override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue