- 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…
Add table
Add a link
Reference in a new issue