mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
Fix typo.
This commit is contained in:
parent
bc1bb3e358
commit
8abffc9371
@ -989,7 +989,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…
Reference in New Issue
Block a user