Client: increase textmenu refresh
This commit is contained in:
parent
be373d3116
commit
e4b5d5158a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Textmenu_Draw(void)
|
||||||
g_textchannels[5].m_vecColor1 = [1,1,1];
|
g_textchannels[5].m_vecColor1 = [1,1,1];
|
||||||
g_textchannels[5].m_vecColor2 = [0,0,0];
|
g_textchannels[5].m_vecColor2 = [0,0,0];
|
||||||
g_textchannels[5].m_iEffect = 0;
|
g_textchannels[5].m_iEffect = 0;
|
||||||
g_textmenucheck = cltime + 0.5;
|
g_textmenucheck = cltime + 0.25;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue