mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Reverted alpha changes
This commit is contained in:
parent
cf4364418d
commit
44ec214c31
|
@ -69,7 +69,7 @@ void CBroadcast::RenderServerBroadcast()
|
|||
BcView.h *= 0.2f;
|
||||
|
||||
vec4 ColorTop(0, 0, 0, 0);
|
||||
vec4 ColorBot(0, 0, 0, 0.6f * Fade);
|
||||
vec4 ColorBot(0, 0, 0, 0.4f * Fade);
|
||||
CUIRect BgRect;
|
||||
BcView.HSplitBottom(10.0f, 0, &BgRect);
|
||||
BcView.HSplitBottom(6.0f, &BcView, 0);
|
||||
|
@ -129,7 +129,7 @@ void CBroadcast::RenderServerBroadcast()
|
|||
|
||||
IGraphics::CColorVertex aColorVert[4] = {
|
||||
IGraphics::CColorVertex(0, 0,0,0, 0.0f),
|
||||
IGraphics::CColorVertex(1, 0,0,0, 0.6f * Fade),
|
||||
IGraphics::CColorVertex(1, 0,0,0, 0.4f * Fade),
|
||||
IGraphics::CColorVertex(2, 0,0,0, 0.0f),
|
||||
IGraphics::CColorVertex(3, 0,0,0, 0.0f)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue