mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- fixed: the fullscreen color blends did not set their command's screenFade member.
Since this remained 0, those blends lost their color.
This commit is contained in:
parent
d5dc8230d6
commit
3906d5cfb0
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ void F2DDrawer::AddColorOnlyQuad(int x1, int y1, int w, int h, PalEntry color, F
|
||||||
{
|
{
|
||||||
// Only needed by Raze's fullscreen blends because they are being calculated late when half of the 2D content has already been submitted,
|
// Only needed by Raze's fullscreen blends because they are being calculated late when half of the 2D content has already been submitted,
|
||||||
// This ensures they are below the HUD, not above it.
|
// This ensures they are below the HUD, not above it.
|
||||||
|
dg.mScreenFade = screenFade;
|
||||||
mData.Insert(0, dg);
|
mData.Insert(0, dg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue