diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 17:52:58 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-19 17:52:58 -0400 |
| commit | 9a8afee83f40e7239d98e6cc8cf3297408f51920 (patch) | |
| tree | dcaeb915a508c376d5a957983cc6935ec45aeef9 /indra/newview/lllocalbitmaps.cpp | |
| parent | 48bc05e93ffbd29b3e49c288577bda1712a88392 (diff) | |
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/newview/lllocalbitmaps.cpp')
| -rwxr-xr-x | indra/newview/lllocalbitmaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lllocalbitmaps.cpp b/indra/newview/lllocalbitmaps.cpp index 2d9385390b..88fe389c55 100755 --- a/indra/newview/lllocalbitmaps.cpp +++ b/indra/newview/lllocalbitmaps.cpp @@ -540,7 +540,7 @@ void LLLocalBitmap::updateUserLayers(LLUUID old_id, LLUUID new_id, LLWearableTyp { U32 index = gAgentWearables.getWearableIndex(wearable); gAgentAvatarp->setLocalTexture(reg_texind, gTextureList.getImage(new_id), FALSE, index); - gAgentAvatarp->wearableUpdated(type, FALSE); + gAgentAvatarp->wearableUpdated(type); /* telling the manager to rebake once update cycle is fully done */ LLLocalBitmapMgr::setNeedsRebake(); |
