mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-25 22:24:16 +00:00
Merge branch 'angles' into CAd
This commit is contained in:
commit
f441bdc7ca
@ -1005,7 +1005,7 @@ float UTIL_Approach( float target, float value, float speed )
|
||||
float UTIL_ApproachAngle( float target, float value, float speed )
|
||||
{
|
||||
target = UTIL_AngleMod( target );
|
||||
value = UTIL_AngleMod( target );
|
||||
value = UTIL_AngleMod( value );
|
||||
|
||||
float delta = target - value;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user