summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-19 10:38:05 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-19 10:38:05 -0700
commit4f2584aaac5f748530695dc1f150188b69318676 (patch)
treeff3925c3885e3ae9b56c25eadd9ccdfac370c41d /indra/newview
parent2319380a9b782a133dc253ec054eb1facb488eb5 (diff)
BUILDFIX: Correcting a linux/mac build issue.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloaterpathfindingconsole.cpp2
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())
{