diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-29 06:23:49 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-29 06:23:49 +0100 | 
| commit | c717459299a489c180bdf6ce592cb94fc4224f25 (patch) | |
| tree | 0a235c788cb74bd32bc5b173e24c7b73ee63c05f /indra | |
| parent | 33a0e1d07bb90117b60d5f79f0cdd3529ec595da (diff) | |
| parent | 1ec70d45e4c8baf3467a97558f4300dcad38fc2a (diff) | |
merge
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/lltexlayer.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/llviewertexture.h | 4 | ||||
| -rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/lltexlayer.cpp b/indra/newview/lltexlayer.cpp index 7a3aeae3cc..7290849fca 100644 --- a/indra/newview/lltexlayer.cpp +++ b/indra/newview/lltexlayer.cpp @@ -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;  			}  		} diff --git a/indra/newview/llviewertexture.h b/indra/newview/llviewertexture.h index 74c46f3070..1bd4cc793d 100644 --- a/indra/newview/llviewertexture.h +++ b/indra/newview/llviewertexture.h @@ -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;	 diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index d8918bdb73..1e3311dafe 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -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() ; | 
