Flexis were not being reliably initialized before being drawn.

This commit is contained in:
Shyotl
2012-07-20 12:04:24 -05:00
parent b8b235df09
commit 73bc656e63

View File

@@ -346,7 +346,9 @@ void LLVolumeImplFlexible::doIdleUpdate(LLAgent &agent, LLWorld &world, const F6
gPipeline.markRebuild(drawablep, LLDrawable::REBUILD_POSITION, FALSE);
}
}
}
}
if(!mInitialized)
updateRenderRes();
}
}