summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-08-20 12:16:46 -0700
committerTofu Linden <tofu.linden@lindenlab.com>2010-08-20 12:16:46 -0700
commit834f2fa6a5b956c1cee508756979bad3c4a72277 (patch)
treef9a96c1072d101d598240952eabe2d6b62d4cc97 /indra/newview/lltexturefetch.cpp
parent4075efaf0dd8842ece6f6a9890a686745310e2b5 (diff)
parentebab718f32b58ca5a718e8db549ca9d36550bdcf (diff)
merge from viewer-release
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index f4899d0d5d..bd0a43cd54 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -597,7 +597,7 @@ bool LLTextureFetchWorker::doWork(S32 param)
return true; // abort
}
}
- if(mImagePriority < 1.0f)
+ if(mImagePriority < F_ALMOST_ZERO)
{
if (mState == INIT || mState == LOAD_FROM_NETWORK || mState == LOAD_FROM_SIMULATOR)
{