Fix small angle issue with holding the CTF flag

This commit is contained in:
Simon 2022-02-23 00:06:18 +00:00
parent 32e587c3b2
commit 3408a9cd1b

View file

@ -1650,7 +1650,7 @@ void CG_CalculateVROffHandPosition( vec3_t origin, vec3_t angles )
// if ( cgs.localServer )
{
angles[YAW] += cg.refdefViewAngles[YAW];
angles[YAW] += cg.refdefViewAngles[YAW] - vr->weaponangles[YAW];
}
}