mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- removed redundant resource reading.
This commit is contained in:
parent
4d8f0fc014
commit
e166563ac9
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ TArray<uint8_t> FStbTexture::CreatePalettedPixels(int conversion)
|
|||
FBitmap bitmap;
|
||||
bitmap.Create(Width, Height);
|
||||
CopyPixels(&bitmap, conversion);
|
||||
FMemLump lump = Wads.ReadLump (SourceLump);
|
||||
const uint8_t *data = bitmap.GetPixels();
|
||||
|
||||
uint8_t *dest_p;
|
||||
|
|
Loading…
Reference in a new issue