diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:54:57 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:54:57 -0500 |
commit | cd885c0a09903837784dc9393769ba177aea8163 (patch) | |
tree | ecb272c440c8a709263b4c24d884bf72307e113d /indra/llprimitive | |
parent | 008938e37292cc8b66e19f2df3f745e9b178b86d (diff) | |
parent | 4497502d0d3784a2cfd6871e7609290de2023475 (diff) |
Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010
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; |