diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 10:38:05 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-19 10:38:05 -0700 |
commit | 4f2584aaac5f748530695dc1f150188b69318676 (patch) | |
tree | ff3925c3885e3ae9b56c25eadd9ccdfac370c41d /indra/newview | |
parent | 2319380a9b782a133dc253ec054eb1facb488eb5 (diff) |
BUILDFIX: Correcting a linux/mac build issue.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index e729fad5a2..962ff74459 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -961,7 +961,7 @@ BOOL LLFloaterPathfindingConsole::isRenderAnyShapes() const U32 LLFloaterPathfindingConsole::getRenderShapeFlags()
{
- U32 shapeRenderFlag;
+ U32 shapeRenderFlag = 0U;
if (isRenderWalkables())
{
|