summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorAnchor Linden <anchor@lindenlab.com>2018-03-28 17:21:03 -0700
committerAnchor Linden <anchor@lindenlab.com>2018-03-28 17:21:03 -0700
commit513d1728c3417d1d6fdf7046bc792ecdcbb25440 (patch)
treeb9165e49aaafaa25fab9735fcd335861fe6ae16f /indra/newview/lltexturectrl.cpp
parentf8c42d2faf6c627b32903bf2be4f3aa4e58e6d13 (diff)
MAINT-8438,8446: fix bakes on child prims
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index d9170dd832..97876dd60a 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -1011,7 +1011,7 @@ void LLFloaterTexturePicker::onBakeTextureSelect(LLUICtrl* ctrl, void *user_data
else
{
self->setCanApply(true, true);
- self->setImageID(self->mOriginalImageAssetID);
+ self->setImageID(self->mDefaultImageAssetID);
self->commitIfImmediateSet();
}
}