From 106a2ca620b28e2ea2e14bc6079c5ba954e6d265 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 15 Oct 2010 21:54:25 +0200 Subject: [PATCH] Add a comment to explain why my fix of the replicating cursor is still valid --- qcsrc/client/hud.qc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 7d5d98f5e..d93012de7 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -1332,6 +1332,9 @@ void HUD_Panel_Mouse() print("Menu alpha: ", cvar_string("_menu_alpha"), "\n"); */ + // this makes instantly hide the editor cursor, it's needed in case we + // open the HUDExit dialog as hud_fade_alpha doesn't decrease to 0 + // TODO: find a way to fade the cursor out even in this case if(menu_enabled) return; -- 2.39.2