diff options
author | Aleric Inglewood | 2010-10-02 15:14:37 +0200 |
---|---|---|
committer | Aleric Inglewood | 2010-10-02 15:14:37 +0200 |
commit | 823a01a4d8c8c1f909a54c05f45787e5bbba1c6a (patch) | |
tree | daba9dd3e245b915cf2e73c9435d04c927840df1 /linden/indra/newview/lldrawpoolsky.cpp | |
parent | RED-581: SNOW-796: Clicking 'Reset to default' in the Debug Settings floater ... (diff) | |
parent | Changed version to Experimental 2010.10.02 (diff) | |
download | meta-impy-823a01a4d8c8c1f909a54c05f45787e5bbba1c6a.zip meta-impy-823a01a4d8c8c1f909a54c05f45787e5bbba1c6a.tar.gz meta-impy-823a01a4d8c8c1f909a54c05f45787e5bbba1c6a.tar.bz2 meta-impy-823a01a4d8c8c1f909a54c05f45787e5bbba1c6a.tar.xz |
Merge branch 'weekly' of http://github.com/imprudence/imprudence into weekly
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 f0ed380..bed1030 100644 --- a/linden/indra/newview/lldrawpoolsky.cpp +++ b/linden/indra/newview/lldrawpoolsky.cpp | |||
@@ -101,7 +101,7 @@ void LLDrawPoolSky::render(S32 pass) | |||
101 | 101 | ||
102 | LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); | 102 | LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); |
103 | 103 | ||
104 | LLGLClampToFarClip far_clip(glh_get_current_projection()); | 104 | LLGLSquashToFarClip far_clip(glh_get_current_projection()); |
105 | 105 | ||
106 | LLGLEnable fog_enable( (mVertexShaderLevel < 1 && LLViewerCamera::getInstance()->cameraUnderWater()) ? GL_FOG : 0); | 106 | LLGLEnable fog_enable( (mVertexShaderLevel < 1 && LLViewerCamera::getInstance()->cameraUnderWater()) ? GL_FOG : 0); |
107 | 107 | ||