From 9629d7f6cd9262e139c10a3df8649d2e45fca6b3 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 19 Jan 2023 06:30:41 +0000 Subject: [PATCH] steamcompmgr: Fix drawing cursor in VR --- src/steamcompmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 808a323..1d7b6e9 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -1937,7 +1937,7 @@ paint_all(bool async) global_focus.cursor->undirty(); } - bool bForceHideCursor = BIsNested() && !bSteamCompMgrGrab; + bool bForceHideCursor = BIsNested() && !BIsVRSession() && !bSteamCompMgrGrab; bool bDrewCursor = false;