diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llviewercontrol.cpp | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 5ab2877869..d9210877dd 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -118,12 +118,6 @@ static bool handleSetShaderChanged(const LLSD& newvalue)  	gBumpImageList.destroyGL();  	gBumpImageList.restoreGL(); -	// Changing shader also changes the terrain detail to high, reflect that change here -	if (newvalue.asBoolean()) -	{ -		// shaders enabled, set terrain detail to high -		gSavedSettings.setS32("RenderTerrainDetail", 1); -	}  	// else, leave terrain detail as is  	LLViewerShaderMgr::instance()->setShaders();  	return true; | 
