No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -130,7 +130,7 @@ S32 LLPrimTextureList::copyTexture(const U8 index, const LLTextureEntry& te)
|
||||
if (S32(index) >= mEntryList.size())
|
||||
{
|
||||
S32 current_size = mEntryList.size();
|
||||
llwarns << "ignore copy of index = " << S32(index) << " into texture entry list of size = " << current_size << llendl;
|
||||
LL_WARNS() << "ignore copy of index = " << S32(index) << " into texture entry list of size = " << current_size << LL_ENDL;
|
||||
return TEM_CHANGE_NONE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user