diff options
author | Dave Parks <davep@lindenlab.com> | 2022-08-31 11:36:00 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-08-31 11:36:00 -0500 |
commit | c9f893b1003b2d9db01362430dbbfa59a91d4fd7 (patch) | |
tree | 39f169f9d5d37d88ee007ae5995cbd8cce83c798 /indra/newview/llviewertexture.h | |
parent | e8002dc00f0a043021c16291c2ea6a2de72ff260 (diff) |
SL-18065 WIP -- Adjust max virtual size to keep debug floater readable. Make assert on shutdown less frequent (still not gone, likely race condition). Fix unrelated assertion in reflection probes.
Diffstat (limited to 'indra/newview/llviewertexture.h')
-rw-r--r-- | indra/newview/llviewertexture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 5893f549d0..a57886ff6f 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -218,7 +218,6 @@ protected: LL::WorkQueue::weak_t mMainQueue; LL::WorkQueue::weak_t mImageQueue; - static F32 sTexelPixelRatio; public: static const U32 sCurrentFileVersion; static S32 sImageCount; |