mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fixed: FImageSource::GetCachedBitmap did not pass the translucency information along to the caller.
This commit is contained in:
parent
cce82e99d6
commit
87953020ba
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ FBitmap FImageSource::GetCachedBitmap(PalEntry *remap, int conversion, int *ptra
|
|||
}
|
||||
}
|
||||
}
|
||||
if (ptrans) *ptrans = trans;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue