diff options
Diffstat (limited to 'linden/indra/newview/lldrawpoolsky.cpp')
-rw-r--r-- | linden/indra/newview/lldrawpoolsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpoolsky.cpp b/linden/indra/newview/lldrawpoolsky.cpp index e06bb6d..8c63b83 100644 --- a/linden/indra/newview/lldrawpoolsky.cpp +++ b/linden/indra/newview/lldrawpoolsky.cpp | |||
@@ -90,7 +90,7 @@ void LLDrawPoolSky::render(S32 pass) | |||
90 | { | 90 | { |
91 | // Ironically, we must support shader objects to be | 91 | // Ironically, we must support shader objects to be |
92 | // able to use this call. | 92 | // able to use this call. |
93 | glUseProgramObjectARB(0); | 93 | LLGLSLShader::bindNoShader(); |
94 | } | 94 | } |
95 | mShader = NULL; | 95 | mShader = NULL; |
96 | } | 96 | } |