From 8412c442813d42c188fef5a0ba0ed4ff4676c05b Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Wed, 6 Apr 2011 04:56:10 +0000 Subject: [PATCH] ? --- reaction/code/ui/ui_shared.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reaction/code/ui/ui_shared.c b/reaction/code/ui/ui_shared.c index 4b185aa4..4374478a 100644 --- a/reaction/code/ui/ui_shared.c +++ b/reaction/code/ui/ui_shared.c @@ -6750,6 +6750,7 @@ void Menu_Paint(menuDef_t * menu, qboolean forcePaint) tex[1] = 0.f; } + DC->setColor(colorWhite); DC->drawStretchPic(0, 0, DC->glconfig.vidWidth, DC->glconfig.vidHeight, tex[0], tex[1], 1.f - tex[0], 1.f - tex[1], menu->window.background, qfalse); } else if (menu->window.background) { // this allows a background shader without being full screen