Browse Source

Fix typo.

eftd
Night Owl 7 years ago
parent
commit
8abffc9371
  1. 2
      dlls/util.cpp

2
dlls/util.cpp

@ -989,7 +989,7 @@ float UTIL_Approach( float target, float value, float speed ) @@ -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…
Cancel
Save