diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-13 00:05:18 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-04-15 19:06:30 +0300 |
commit | 15908fd34e6d7a40f1d21e9f83676429818f2f06 (patch) | |
tree | 33c34c4bb4eef2328d19596b20ec11c6637d6c85 /indra | |
parent | 4f2f328f70e465d452bf33722f37e49f7d5813a7 (diff) |
viewer#1195 Real Life photo can be set to a bake texture
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 8114e05a94..e61ff4cc65 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -2317,7 +2317,8 @@ void LLPanelProfileFirstLife::onChangePhoto() onCommitPhoto(asset_id); } }); - texture_floaterp->setLocalTextureEnabled(FALSE); + texture_floaterp->setLocalTextureEnabled(false); + texture_floaterp->setBakeTextureEnabled(false); texture_floaterp->setCanApply(false, true, false); parent_floater->addDependentFloater(mFloaterTexturePickerHandle); |