diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2010-08-18 12:05:41 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2010-08-18 12:05:41 -0600 |
| commit | 104aec161e6675ed54b80f64766dea0555f7d175 (patch) | |
| tree | 87592cabacbeb70ada8d74a81229c96163a68dc0 /indra/newview/lltexturefetch.cpp | |
| parent | 1d70c6a42249b5e53403ac7d0126a392cf1a293e (diff) | |
| parent | 3ac134ec228d81a222d4df58be9577faa6757539 (diff) | |
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
| -rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
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) { |
