We use is_main_thread() for this.

This commit is contained in:
Aleric Inglewood
2011-08-06 13:45:01 +02:00
parent 5005f4aa1d
commit 370890b704

View File

@@ -2416,7 +2416,7 @@ void LLPipeline::markGLRebuild(LLGLUpdate* glu)
void LLPipeline::markRebuild(LLSpatialGroup* group, BOOL priority)
{
LLMemType mt(LLMemType::MTYPE_PIPELINE);
//assert_main_thread();
//llassert(is_main_thread());
if (group && !group->isDead() && group->mSpatialPartition)
{