summaryrefslogtreecommitdiff
path: root/indra/llrender/llcubemap.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-10-16 16:00:08 -0700
committerMerov Linden <merov@lindenlab.com>2013-10-16 16:00:08 -0700
commitee74eb1a9ee8e2aba49613cf434f1272a4526417 (patch)
treee01eac820836118756bd4146ddccf3a5f03881a9 /indra/llrender/llcubemap.cpp
parent528f424952ea77945139279c7de4bb67880ce169 (diff)
parentc7057c141c38492bfdc2bfe9d82de97a7364f01b (diff)
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'indra/llrender/llcubemap.cpp')
-rwxr-xr-xindra/llrender/llcubemap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llcubemap.cpp b/indra/llrender/llcubemap.cpp
index 362452d837..45a3b18179 100755
--- a/indra/llrender/llcubemap.cpp
+++ b/indra/llrender/llcubemap.cpp
@@ -81,7 +81,7 @@ void LLCubeMap::initGL()
{
U32 texname = 0;
- LLImageGL::generateTextures(LLTexUnit::TT_CUBE_MAP, GL_RGB8, 1, &texname);
+ LLImageGL::generateTextures(1, &texname);
for (int i = 0; i < 6; i++)
{