diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 16:55:06 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-04-26 16:55:06 -0600 |
commit | 1df7655588a26529882a0ec97a7f23195f813468 (patch) | |
tree | 89d5bdc38636a9318739a0021adf8445f805700c /indra/newview/llfloatertexturefetchdebugger.h | |
parent | e344b2afa21adf072837f1bcf4b38dd511b76f0e (diff) |
for SH-3097: introducing texel pixel ration adjustment
Diffstat (limited to 'indra/newview/llfloatertexturefetchdebugger.h')
-rw-r--r-- | indra/newview/llfloatertexturefetchdebugger.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloatertexturefetchdebugger.h b/indra/newview/llfloatertexturefetchdebugger.h index 7181dc04d5..33012c6a3d 100644 --- a/indra/newview/llfloatertexturefetchdebugger.h +++ b/indra/newview/llfloatertexturefetchdebugger.h @@ -62,9 +62,8 @@ private: void updateButtons(); void disableButtons(); -private: - static F32 sTexelPixelRatio; +private: LLTextureFetchDebugger* mDebugger; std::map<std::string, bool> mButtonStateMap; }; |