summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2019-10-25 14:37:18 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2019-10-25 14:37:18 +0300
commit3c1e1eab86ab4e7eefd3c1f094a0091137209bc2 (patch)
tree6dca801bb809d20db028db06a43aee1258f478bc
parent6340d2eb3aedb42153fc63a430382f40abed87c1 (diff)
Line endings fix
-rw-r--r--indra/newview/llvograss.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llvograss.cpp b/indra/newview/llvograss.cpp
index 97543a99f6..345e87eea8 100644
--- a/indra/newview/llvograss.cpp
+++ b/indra/newview/llvograss.cpp
@@ -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()))
{