summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorDavid Parks <davep@lindenlab.com>2009-09-23 08:02:49 +0000
committerDavid Parks <davep@lindenlab.com>2009-09-23 08:02:49 +0000
commit658849ee953da606035efba20a6e599ea7e9eb0f (patch)
tree1eb39a5d2a606fda3a4da88c0c2120add0d0a00c /indra/llrender
parent5ea4952ca547d63c22402cc793dc81e63c52c6bd (diff)
Getting rid of "gl used while not active" test until such time as it is needed/useful (when threading is revisited).
Diffstat (limited to 'indra/llrender')
-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 e29688bf24..10315bacf1 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1022,7 +1022,7 @@ void assert_glerror()
if (gDebugSession)
{
- ll_fail("GL used while not active");
+ //ll_fail("GL used while not active");
}
}