Improve spectator UI respawn counter blending

When the BI respawn counter is blended with the spectator UI its colours are also updated to match
This commit is contained in:
SilentSpike 2015-08-07 12:30:50 +01:00
parent f143db7fc0
commit 702e50b731

View File

@ -176,7 +176,11 @@ switch (toLower _mode) do {
_back ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
_timer ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
_frame ctrlSetPosition [_x,_y,TOOL_W,TOOL_H];
_title ctrlSetBackgroundColor [0,0,0,0];
_back ctrlSetBackgroundColor [COL_BACK];
_timer ctrlSetFontHeight TOOL_H;
_frame ctrlSetTextColor [COL_FORE];
_title ctrlCommit 0;
_back ctrlCommit 0;