summaryrefslogtreecommitdiff
path: root/indra/llrender/llatmosphere.cpp
diff options
context:
space:
mode:
authorGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 17:42:54 +0000
committerGraham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com>2018-03-06 17:42:54 +0000
commit7ba03ede49a0850016c0b3f97863c0ec9944b251 (patch)
tree3e71dc5ffa6b033cf12afef1f4190ee14bba4021 /indra/llrender/llatmosphere.cpp
parent5517eb3f6f06226fba0ffe510334f519a8a7d7b7 (diff)
Modify use of linkable shader from libatmosphere.
Update to use latest 3p-libatmo build packages.
Diffstat (limited to 'indra/llrender/llatmosphere.cpp')
-rw-r--r--indra/llrender/llatmosphere.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llatmosphere.cpp b/indra/llrender/llatmosphere.cpp
index a8557e82da..6ce5292839 100644
--- a/indra/llrender/llatmosphere.cpp
+++ b/indra/llrender/llatmosphere.cpp
@@ -215,7 +215,7 @@ LLGLTexture* LLAtmosphere::getMieScattering() const
return m_mie_scattering;
}
-GLuint LLAtmosphere::getAtmosphericShaderForLink() const
+GLhandleARB LLAtmosphere::getAtmosphericShaderForLink() const
{
return m_model ? m_model->GetShader() : 0;
}