Avoid an assertion failure in texture baking. Reviewed by Nyx. Deemed 'tiny'...

master
Tofu Linden 2010-01-11 15:38:17 -08:00
parent 0ab0bea009
commit 1dd4feee4f
1 changed files with 1 additions and 1 deletions

View File

@ -6822,7 +6822,7 @@ void LLVOAvatar::useBakedTexture( const LLUUID& id )
local_tex_iter != baked_dict->mLocalTextures.end();
++local_tex_iter)
{
setBakedReady(*local_tex_iter, TRUE);
if (isSelf()) setBakedReady(*local_tex_iter, TRUE);
}
// ! BACKWARDS COMPATIBILITY !