mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-26 14:01:26 +00:00
Do not end locked up in weapon zoomed state on level end and in pause menu
This commit is contained in:
parent
dc7c01667d
commit
9a88b190a9
1 changed files with 1 additions and 0 deletions
|
@ -466,6 +466,7 @@ static void IN_VRController( qboolean isRightController, ovrTracking remoteTrack
|
|||
|
||||
if (vr.virtual_screen || cl.snap.ps.pm_type == PM_INTERMISSION)
|
||||
{
|
||||
vr.weapon_zoomed = qfalse;
|
||||
if (vr.menuCursorX && vr.menuCursorY)
|
||||
{
|
||||
float yaw;
|
||||
|
|
Loading…
Reference in a new issue