made fading border in menu more customizeable

This commit is contained in:
Tim Schumacher 2016-02-16 17:04:46 +01:00
parent e183a17117
commit 6e7dbec76e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -1898,7 +1898,7 @@ void CMenus::RenderBackground()
// render border fade // render border fade
Graphics()->TextureSet(gs_TextureBlob); Graphics()->TextureSet(gs_TextureBlob);
Graphics()->QuadsBegin(); Graphics()->QuadsBegin();
Graphics()->SetColor(0,0,0,0.5f); Graphics()->SetColor(1,1,1,1);
QuadItem = IGraphics::CQuadItem(-100, -100, sw+200, sh+200); QuadItem = IGraphics::CQuadItem(-100, -100, sw+200, sh+200);
Graphics()->QuadsDrawTL(&QuadItem, 1); Graphics()->QuadsDrawTL(&QuadItem, 1);
Graphics()->QuadsEnd(); Graphics()->QuadsEnd();