diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llvoavatarself.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index a4d888cd72..91af5fefde 100644 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -1267,8 +1267,8 @@ BOOL LLVOAvatarSelf::isLocalTextureDataAvailable(const LLTexLayerSet* layerset)  //-----------------------------------------------------------------------------  BOOL LLVOAvatarSelf::isLocalTextureDataFinal(const LLTexLayerSet* layerset) const  { -	//const U32 desired_tex_discard_level = gSavedSettings.getU32("TextureDiscardLevel");  -	const U32 desired_tex_discard_level = 0; // SERAPH hack to not bake textures on lower discard levels. +	const U32 desired_tex_discard_level = gSavedSettings.getU32("TextureDiscardLevel");  +	// const U32 desired_tex_discard_level = 0; // hack to not bake textures on lower discard levels.  	for (U32 i = 0; i < mBakedTextureDatas.size(); i++)  	{ @@ -1299,8 +1299,8 @@ BOOL LLVOAvatarSelf::isLocalTextureDataFinal(const LLTexLayerSet* layerset) cons  BOOL LLVOAvatarSelf::isAllLocalTextureDataFinal() const  { -	// const U32 desired_tex_discard_level = gSavedSettings.getU32("TextureDiscardLevel");  -	const U32 desired_tex_discard_level = 0; // SERAPH hack to not bake textures on lower discard levels +	const U32 desired_tex_discard_level = gSavedSettings.getU32("TextureDiscardLevel");  +	// const U32 desired_tex_discard_level = 0; // hack to not bake textures on lower discard levels  	for (U32 i = 0; i < mBakedTextureDatas.size(); i++)  	{  | 
