summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llselectmgr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp
index a38bfc3600..cd4d8d2f87 100644
--- a/indra/newview/llselectmgr.cpp
+++ b/indra/newview/llselectmgr.cpp
@@ -5145,7 +5145,8 @@ void LLSelectNode::saveTextureScaleRatios()
F32 s,t;
const LLTextureEntry* tep = mObject->getTE(i);
tep->getScale(&s,&t);
- U32 s_axis, t_axis;
+ U32 s_axis = 0;
+ U32 t_axis = 0;
gSelectMgr->getTESTAxes(mObject, i, &s_axis, &t_axis);