Cosmic Linden 2024-04-26 09:25:08 -07:00
parent 19c0504671
commit 668c63c2c4
1 changed files with 0 additions and 2 deletions

View File

@ -1929,8 +1929,6 @@ void LLImageRaw::addEmissiveUnscaled(LLImageRaw* src)
void LLImageRaw::addEmissiveScaled(LLImageRaw* src)
{
LL_INFOS() << __FUNCTION__ << LL_ENDL;
LLImageRaw* dst = this; // Just for clarity.
llassert( (4 == src->getComponents()) && (3 == dst->getComponents()) );