Avoid an assertion failure in texture baking. Reviewed by Nyx. Deemed 'tiny'...
parent
0ab0bea009
commit
1dd4feee4f
|
|
@ -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 !
|
||||
|
|
|
|||
Loading…
Reference in New Issue