diff options
author | Oz Linden <oz@lindenlab.com> | 2011-10-19 10:10:59 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-10-19 10:10:59 -0400 |
commit | 2b234bc087bd703ff97ce5630175d5d06198c592 (patch) | |
tree | 69b6e16ca64200694765642f26c49b22448740a8 /indra/newview/pipeline.cpp | |
parent | dd61baa3401a09bd8ff1e894514c15390946cdb3 (diff) |
storm-1622: fix viewer-side wind turbulence simulation
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rw-r--r-- | indra/newview/pipeline.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index a50f66f282..93354e6579 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -4383,6 +4383,11 @@ void LLPipeline::renderDebug() } } + if (mRenderDebugMask & RENDER_DEBUG_WIND_VECTORS) + { + gAgent.getRegion()->mWind.renderVectors(); + } + if (mRenderDebugMask & RENDER_DEBUG_COMPOSITION) { // Debug composition layers |