summaryrefslogtreecommitdiff
path: root/indra/newview/llthumbnailctrl.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-12-16 18:34:46 +0800
committerErik Kundiman <erik@megapahit.org>2023-12-16 18:34:46 +0800
commit08f186a700c3fe7976228468f137c920e343bb64 (patch)
treeab4f6a1b8feae0add5e05d1823b502bc6caf1bf2 /indra/newview/llthumbnailctrl.h
parent05475f8cfab81fe70b87b24031a12465cfbf492e (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.h1
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;