diff options
author | leyla_linden <none@none> | 2011-02-01 15:42:52 -0800 |
---|---|---|
committer | leyla_linden <none@none> | 2011-02-01 15:42:52 -0800 |
commit | 990a6206604b0a5e33902145b496f39927f6d5b9 (patch) | |
tree | c0d7561dc56b9003387554a640505af8fcc7cc51 /indra/llprimitive | |
parent | 1b366dfe72c5852904468aaf8ff66e8e7be88318 (diff) | |
parent | 7c5c82cb116b2dfd163055994803e07a1bfd5a8b (diff) |
Merge
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/lltextureentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/lltextureentry.cpp b/indra/llprimitive/lltextureentry.cpp index 3c1d031ff5..861bde5c89 100644 --- a/indra/llprimitive/lltextureentry.cpp +++ b/indra/llprimitive/lltextureentry.cpp @@ -403,7 +403,7 @@ S32 LLTextureEntry::setOffsetT(F32 t) S32 LLTextureEntry::setRotation(F32 theta) { - if (mRotation != theta) + if (mRotation != theta && llfinite(theta)) { mRotation = theta; return TEM_CHANGE_TEXTURE; |