diff options
Diffstat (limited to 'indra/llmath/v3math.cpp')
-rw-r--r-- | indra/llmath/v3math.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/v3math.cpp b/indra/llmath/v3math.cpp index d4031796ad..101e9d075a 100644 --- a/indra/llmath/v3math.cpp +++ b/indra/llmath/v3math.cpp @@ -134,7 +134,6 @@ BOOL LLVector3::clampLength( F32 length_limit ) mV[0] *= length_limit; mV[1] *= length_limit; mV[2] *= length_limit; - changed = TRUE; } } |