diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-09-25 20:24:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-09-25 20:24:57 +0300 |
commit | 226081b27511ad45fbeaa16b9226265dc446976b (patch) | |
tree | 46c660d2853aab05eb8c1ecea8ef6776a4493dec /indra/newview/lltexturectrl.h | |
parent | 627a6a2d0fb9b041d42d98a7b6301793ca8a7184 (diff) |
SL-20334 Unable to use non-square textures from inventory
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 7239b97552..e2bfe286d3 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -403,6 +403,7 @@ private: bool mCanApply; bool mCanPreview; bool mPreviewSettingChanged; + bool mLimitsSet; S32 mMaxDim; S32 mMinDim; |