diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-05 18:02:03 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-11-05 18:02:03 -0500 |
| commit | ee2bc008ea8f04ffd1271787382a2b756e6293aa (patch) | |
| tree | 8b9b36c8670c671139f2643315f5845d3312b697 /indra/llappearance/llavatarappearance.cpp | |
| parent | 6d085486bd972406d153beec79449ec30b5a91ff (diff) | |
renamed a confusingly-named field
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
| -rwxr-xr-x | indra/llappearance/llavatarappearance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 3c01a00e61..c4ff667fa1 100755 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -175,7 +175,7 @@ LLAvatarAppearance::LLAvatarAppearance(LLWearableData* wearable_data) : mBakedTextureDatas.resize(LLAvatarAppearanceDefines::BAKED_NUM_INDICES); for (U32 i = 0; i < mBakedTextureDatas.size(); i++ ) { - mBakedTextureDatas[i].mLastTextureIndex = IMG_DEFAULT_AVATAR; + mBakedTextureDatas[i].mLastTextureID = IMG_DEFAULT_AVATAR; mBakedTextureDatas[i].mTexLayerSet = NULL; mBakedTextureDatas[i].mIsLoaded = false; mBakedTextureDatas[i].mIsUsed = false; |
