SL-14150 Fix spelling
parent
5de3241325
commit
a93bd37f67
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue