summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-04-19 10:11:29 -0400
committerOz Linden <oz@lindenlab.com>2013-04-19 10:11:29 -0400
commitddd5659f815a39e9a8ef0e86c911fea75a7d8848 (patch)
treecfccad35552a7aa72b57ce965e3a8e5ec5e5ef4a /indra/llrender/llgl.cpp
parented2b5da8f1eb51e747f6d9f5a4fc535cbf7e69d9 (diff)
parentbe1bb8d76dd33bf331cadeb817a89eb2940ac578 (diff)
merge changes for DRTVWR-294
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rwxr-xr-x[-rw-r--r--]indra/llrender/llgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index c8a8e9fcf7..6c798aa4ed 100644..100755
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -86,7 +86,7 @@ void APIENTRY gl_debug_callback(GLenum source,
}
else
{
- llwarns << "----- GL WARNING -------" << llendl;
+ llwarns << "----- GL WARNING -------" << llendl;
}
llwarns << "Type: " << std::hex << type << llendl;
llwarns << "ID: " << std::hex << id << llendl;