diff options
author | Anchor Linden <anchor@lindenlab.com> | 2018-06-28 05:14:29 +0530 |
---|---|---|
committer | Anchor Linden <anchor@lindenlab.com> | 2018-06-28 05:14:29 +0530 |
commit | 917ab7be9e1eefec23d67a5ee5c8cb8c1955c2d4 (patch) | |
tree | ae91756c525c92eb9b58bc7e728cfc119e2710f1 /indra/newview/lltexturectrl.h | |
parent | b48ca9da4786015f23d265f59f97110b48d0d22f (diff) |
[MAINT 8434] - fix mode select doesnt change on drag n drop,
[MAINT 8410] - fix eye dropper still active after switching to bake mode,
[MAINT 8464] - fix bake mode active for non attached objects
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index a2bf17019a..b2a34a37c4 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -381,6 +381,8 @@ private: floater_commit_callback mOnFloaterCommitCallback; set_image_asset_id_callback mSetImageAssetIDCallback; set_on_update_image_stats_callback mOnUpdateImageStatsCallback; + + BOOL mBakeTextureEnabled; }; #endif // LL_LLTEXTURECTRL_H |