steamcompmgr: Fix drawing cursor in VR

This commit is contained in:
Joshua Ashton 2023-01-19 06:30:41 +00:00
parent 7bd30dd6d8
commit 9629d7f6cd

View file

@ -1937,7 +1937,7 @@ paint_all(bool async)
global_focus.cursor->undirty();
}
bool bForceHideCursor = BIsNested() && !bSteamCompMgrGrab;
bool bForceHideCursor = BIsNested() && !BIsVRSession() && !bSteamCompMgrGrab;
bool bDrewCursor = false;