Skip to content

Commit

Permalink
fix(extra-natives-five): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LWSS committed Jan 2, 2024
1 parent 0e1f14c commit b5e5eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/components/extra-natives-five/src/PedExtraNatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ static HookFunction initFunction([]()

resource->OnStop.Connect([]()
{
*_motionAimingTurnTransitionThresholdMin = DEG2RAD(45.0f);
*_motionAimingTurnTransitionThresholdMin = DEG2RAD(-45.0f);
*_motionAimingTurnTransitionThresholdMax = DEG2RAD(135.0f);
});
}
Expand Down

0 comments on commit b5e5eb0

Please sign in to comment.