SL-14150 Fix spelling

master
Andrey Kleshchev 2020-10-23 09:58:17 +03:00 committed by Ansariel
parent 5de3241325
commit a93bd37f67
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ public:
S32 getMipBytes(S32 discard_level = -1) const;
BOOL getBoundRecently() const;
BOOL isJustBound() const;
BOOL getHasEplixitFormat() const { return mHasExplicitFormat; }
BOOL getHasExplicitFormat() const { return mHasExplicitFormat; }
LLGLenum getPrimaryFormat() const { return mFormatPrimary; }
LLGLenum getFormatType() const { return mFormatType; }

View File

@ -1651,7 +1651,7 @@ BOOL LLViewerFetchedTexture::createTexture(S32 usename/*= 0*/)
return FALSE;
}
if (mGLTexturep->getHasEplixitFormat())
if (mGLTexturep->getHasExplicitFormat())
{
LLGLenum format = mGLTexturep->getPrimaryFormat();
S8 components = mRawImage->getComponents();