mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Attempt to prevent yaw lock when death slo mo
This commit is contained in:
parent
b4596caab9
commit
f4a6e66ed0
1 changed files with 3 additions and 0 deletions
|
@ -2293,6 +2293,9 @@ void CG_MatrixEffect ( centity_t *cent )
|
|||
cg.overrides.thirdPersonRange += 80.0f;
|
||||
}
|
||||
}
|
||||
|
||||
//Hack for VR - Disable all camera hijacking again, not sure if this will work, but worth a try
|
||||
cg.overrides.active &= ~(/*CG_OVERRIDE_3RD_PERSON_ENT|*/CG_OVERRIDE_3RD_PERSON_RNG|CG_OVERRIDE_3RD_PERSON_ANG|CG_OVERRIDE_3RD_PERSON_POF);
|
||||
}
|
||||
|
||||
static void CG_Think ( centity_t *cent )
|
||||
|
|
Loading…
Reference in a new issue