minor typo fixes: texure->texture

master
Tofu Linden 2010-05-29 06:23:16 +01:00
parent 3df90898b1
commit 1ec70d45e4
3 changed files with 4 additions and 4 deletions

View File

@ -1092,7 +1092,7 @@ BOOL LLTexLayerInfo::parseXml(LLXmlTreeNode* node)
}
if (mLocalTexture == TEX_NUM_INDICES)
{
llwarns << "<texture> element has invalid local_texure attribute: " << mName << " " << local_texture_name << llendl;
llwarns << "<texture> element has invalid local_texture attribute: " << mName << " " << local_texture_name << llendl;
return FALSE;
}
}

View File

@ -293,8 +293,8 @@ protected:
INACTIVE, //not be used for the last certain period (i.e., 30 seconds).
ACTIVE, //just being used, can become inactive if not being used for a certain time (10 seconds).
NO_DELETE = 99 //stay in memory, can not be removed.
} LLGLTexureState;
LLGLTexureState mTextureState ;
} LLGLTextureState;
LLGLTextureState mTextureState ;
public:
static const U32 sCurrentFileVersion;

View File

@ -478,7 +478,7 @@ LLViewerFetchedTexture* LLViewerTextureList::createImage(const LLUUID &image_id,
}
else
{
//by default, the texure can not be removed from memory even if it is not used.
//by default, the texture can not be removed from memory even if it is not used.
//here turn this off
//if this texture should be set to NO_DELETE, call setNoDelete() afterwards.
imagep->forceActive() ;