mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-10 06:42:17 +00:00
Improved the weapon grab cone
This commit is contained in:
parent
671299dc6c
commit
5cb9a73394
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ void HandleInput_Default( ovrInputStateTrackedRemote *pDominantTrackedRemoteNew,
|
||||||
VectorNormalize(weaponForward);
|
VectorNormalize(weaponForward);
|
||||||
|
|
||||||
if (cl.frame.ps.weapon > WP_SABER &&
|
if (cl.frame.ps.weapon > WP_SABER &&
|
||||||
DotProduct(weaponForward, dir) > 0.8f)
|
DotProduct(weaponForward, dir) > 0.6f)
|
||||||
{
|
{
|
||||||
vr.weapon_stabilised = true;
|
vr.weapon_stabilised = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue