Line endings fix
parent
6340d2eb3a
commit
3c1e1eab86
|
|
@ -288,11 +288,11 @@ void LLVOGrass::idleUpdate(LLAgent &agent, const F64 &time)
|
|||
// So drones work.
|
||||
return;
|
||||
}
|
||||
if (!LLVOTree::isTreeRenderingStopped() && !mNumBlades)//restart grass rendering
|
||||
{
|
||||
mNumBlades = GRASS_MAX_BLADES;
|
||||
gPipeline.markRebuild(mDrawable, LLDrawable::REBUILD_ALL, TRUE);
|
||||
return;
|
||||
if (!LLVOTree::isTreeRenderingStopped() && !mNumBlades)//restart grass rendering
|
||||
{
|
||||
mNumBlades = GRASS_MAX_BLADES;
|
||||
gPipeline.markRebuild(mDrawable, LLDrawable::REBUILD_ALL, TRUE);
|
||||
return;
|
||||
}
|
||||
if (mPatch && (mLastPatchUpdateTime != mPatch->getLastUpdateTime()))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue