summaryrefslogtreecommitdiff
path: root/indra/newview/lloutfitgallery.h
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-11-22 13:29:31 -0800
committerGitHub <noreply@github.com>2024-11-22 13:29:31 -0800
commit3d3332692a08b5faaa0a4123d700ba7338b2090a (patch)
treef19078130d804346488ce9028dcb74affbd6e8de /indra/newview/lloutfitgallery.h
parent2d82fa2bc5321ac4372c256f46fe5a26e58c1a90 (diff)
parente7a7eedff3b850dd33dc02a299b5f23f73b98859 (diff)
Merge pull request #3137 from secondlife/v-3104_extrafps
secondlife/viewer#3104: Fix outfit gallery pictures sometimes not loading. Remove texture resolution restriction.
Diffstat (limited to 'indra/newview/lloutfitgallery.h')
-rw-r--r--indra/newview/lloutfitgallery.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h
index fa441ff209..541ea2f9d4 100644
--- a/indra/newview/lloutfitgallery.h
+++ b/indra/newview/lloutfitgallery.h
@@ -266,7 +266,6 @@ private:
bool mSelected;
bool mWorn;
bool mDefaultImage;
- bool mImageUpdatePending;
bool mHidden;
std::string mOutfitName;
};