mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-13 07:57:52 +00:00
- fix compilation
This commit is contained in:
parent
7c90ea6b84
commit
c6e2e0add2
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ FWebPTexture::FWebPTexture(int lumpnum, int w, int h, int xoff, int yoff)
|
|||
PalettedPixels FWebPTexture::CreatePalettedPixels(int conversion, int frame)
|
||||
{
|
||||
FBitmap bitmap;
|
||||
bitmap.Create(Width, Height, frame);
|
||||
bitmap.Create(Width, Height);
|
||||
CopyPixels(&bitmap, conversion);
|
||||
const uint8_t *data = bitmap.GetPixels();
|
||||
|
||||
|
|
Loading…
Reference in a new issue