SL-16933: Fix texture stat Raw Total always increasing

master
Ptolemy 2022-03-07 19:11:59 -08:00
parent 2b2a5da099
commit 5b67aa2c58
1 changed files with 0 additions and 2 deletions

View File

@ -884,8 +884,6 @@ void LLImageRaw::setDataAndSize(U8 *data, S32 width, S32 height, S8 components)
LLImageBase::setSize(width, height, components) ;
LLImageBase::setDataAndSize(data, width * height * components) ;
sGlobalRawMemory += getDataSize();
}
bool LLImageRaw::resize(U16 width, U16 height, S8 components)