Backed out changeset d95a9752af5f for merge with backout fix from LL
parent
89ccdc8b67
commit
19c9bbae35
|
|
@ -372,13 +372,11 @@ S32 LLPrimTextureList::setMaterialParams(const U8 index, const LLMaterialPtr pMa
|
|||
{
|
||||
if (index < mEntryList.size())
|
||||
{
|
||||
// <FS:Ansariel> MAINT-5733 / BUG-10459: Scripted alpha mode changes don't show up until after relog
|
||||
//if (!isInitFromServer && mEntryList[index]->isMatParamsInitFromServer())
|
||||
//{
|
||||
// return TEM_CHANGE_NONE;
|
||||
//}
|
||||
//else
|
||||
// </FS:Ansariel>
|
||||
if (!isInitFromServer && mEntryList[index]->isMatParamsInitFromServer())
|
||||
{
|
||||
return TEM_CHANGE_NONE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return mEntryList[index]->setMaterialParams(pMaterialParams);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue