mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Merge branch 'master' of https://github.com/DrBeef/ioq3quest
This commit is contained in:
commit
652c226e20
2 changed files with 2 additions and 1 deletions
|
@ -672,7 +672,7 @@ static int CG_CalcViewValues( ) {
|
|||
|
||||
// intermission view
|
||||
static float hmdYaw = 0;
|
||||
if ( ps->pm_type == PM_INTERMISSION ) {
|
||||
if ( (ps->pm_type == PM_INTERMISSION || ps->pm_type == PM_SPECTATOR) && !vr->virtual_screen ) {
|
||||
VectorCopy( ps->origin, cg.refdef.vieworg );
|
||||
|
||||
static vec3_t mins = { -1, -1, -1 };
|
||||
|
|
|
@ -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