diff options
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 422546c811..f3acad35da 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -43,7 +43,7 @@ #include "lldrawpoolterrain.h" #include "llflexibleobject.h" #include "llfeaturemanager.h" -#include "llglslshader.h" +#include "llviewershadermgr.h" #include "llnetmap.h" #include "llpanelgeneral.h" #include "llpanelinput.h" @@ -114,7 +114,7 @@ static bool handleTerrainDetailChanged(const LLSD& newvalue) static bool handleSetShaderChanged(const LLSD& newvalue) { - LLShaderMgr::setShaders(); + LLViewerShaderMgr::instance()->setShaders(); return true; } |