Skip to content
Snippets Groups Projects
Commit 17df1215 authored by Graham Linden's avatar Graham Linden
Browse files

Fix OSX issue with ctor not recognizing version with defaulted arg.

parent 9a8e124f
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ void LLDrawPoolSky::render(S32 pass)
LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE);
LLGLSquashToFarClip far_clip(get_current_projection());
LLGLSquashToFarClip far_clip;
LLGLEnable fog_enable( (mVertexShaderLevel < 1 && LLViewerCamera::getInstance()->cameraUnderWater()) ? GL_FOG : 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment