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