mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-18 01:52:34 +00:00
- missed this.
This commit is contained in:
parent
3dcd7d310f
commit
3dc670a0cc
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void RenderPolyPlayerSprites::RenderRemainingSprites()
|
||||||
DTA_FillColor, sprite.FillColor,
|
DTA_FillColor, sprite.FillColor,
|
||||||
DTA_SpecialColormap, sprite.special,
|
DTA_SpecialColormap, sprite.special,
|
||||||
DTA_ColorOverlay, sprite.overlay.d,
|
DTA_ColorOverlay, sprite.overlay.d,
|
||||||
DTA_Color, sprite.LightColor,
|
DTA_Color, sprite.LightColor | 0xff000000, // the color here does not have a valid alpha component.
|
||||||
DTA_Desaturate, sprite.Desaturate,
|
DTA_Desaturate, sprite.Desaturate,
|
||||||
TAG_DONE);
|
TAG_DONE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue