diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-12-16 18:34:46 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-12-16 18:34:46 +0800 |
commit | 08f186a700c3fe7976228468f137c920e343bb64 (patch) | |
tree | ab4f6a1b8feae0add5e05d1823b502bc6caf1bf2 /indra/newview/llthumbnailctrl.h | |
parent | 05475f8cfab81fe70b87b24031a12465cfbf492e (diff) |
Revert "SL-20411 Thumbnail textures should have less of an impact on performance #1"
This reverts commit 7706c1771dd0d8b767d69c3e3cdfd8ab6d620d16.
Diffstat (limited to 'indra/newview/llthumbnailctrl.h')
-rw-r--r-- | indra/newview/llthumbnailctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llthumbnailctrl.h b/indra/newview/llthumbnailctrl.h index 70f56c429c..686603b373 100644 --- a/indra/newview/llthumbnailctrl.h +++ b/indra/newview/llthumbnailctrl.h @@ -71,6 +71,7 @@ public: virtual BOOL handleHover(S32 x, S32 y, MASK mask) override; private: + S32 mPriority; bool mBorderVisible; bool mInteractable; bool mShowLoadingPlaceholder; |