mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Don't draw cursor during Team Arena's loading screen.
This commit is contained in:
parent
016b74b633
commit
c4288507e0
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ void _UI_Refresh( int realtime )
|
|||
|
||||
// draw cursor
|
||||
UI_SetColor( NULL );
|
||||
if (Menu_Count() > 0) {
|
||||
if (Menu_Count() > 0 && (trap_Key_GetCatcher() & KEYCATCH_UI)) {
|
||||
UI_DrawHandlePic( uiInfo.uiDC.cursorx-16, uiInfo.uiDC.cursory-16, 32, 32, uiInfo.uiDC.Assets.cursor);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue