Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer

This commit is contained in:
Lirusaito
2012-01-24 21:15:15 -05:00
11 changed files with 434 additions and 81 deletions

View File

@@ -593,6 +593,9 @@ bool LLAppViewer::init()
// we run the "program crashed last time" error handler below.
//
// We can call this early.
LLFrameTimer::global_initialization();
// initialize SSE options
LLVector4a::initClass();
// Need to do this initialization before we do anything else, since anything

View File

@@ -2552,7 +2552,7 @@ void LLPipeline::processPartitionQ()
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)
{