diff --git a/Projects/Android/jni/OpenJK/code/cgame/cg_ents.cpp b/Projects/Android/jni/OpenJK/code/cgame/cg_ents.cpp index 4c8ea97..85ed84a 100644 --- a/Projects/Android/jni/OpenJK/code/cgame/cg_ents.cpp +++ b/Projects/Android/jni/OpenJK/code/cgame/cg_ents.cpp @@ -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 )