summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-07-25 09:49:58 -0400
committerOz Linden <oz@lindenlab.com>2011-07-25 09:49:58 -0400
commitb8be8820ea52a77df6362179b1dda3fc4a305913 (patch)
tree061d59de4c1ccca88aa82ec7381790581f90bee9 /indra/newview/llviewertexture.cpp
parente0728065251fbd5f45218eb94c056a92162eb54d (diff)
parenta5769e81263d6d004033b914c1cbf1a8296923d9 (diff)
close head created by 54e071a92450
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 4da0f80a00..5fcc57bc91 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -599,7 +599,7 @@ bool LLViewerTexture::bindDefaultImage(S32 stage)
}
if (!res && LLViewerTexture::sNullImagep.notNull() && (this != LLViewerTexture::sNullImagep))
{
- res = gGL.getTexUnit(stage)->bind(LLViewerTexture::sNullImagep) ;
+ res = gGL.getTexUnit(stage)->bind(LLViewerTexture::sNullImagep);
}
if (!res)
{