summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2014-02-28 22:35:12 -0800
committerRichard Linden <none@none>2014-02-28 22:35:12 -0800
commit0630ac4d87cef2319b94aedb3c5c75b679691427 (patch)
tree98fb7737f1de51effcdd9e4238767af2759a9f3d
parent07c90b5df393f7e1abf54517f4b75fd16f3cf4d8 (diff)
MAINT-2059 FIX Corner scaling doesn't highlight distance text
code cleanup
-rwxr-xr-xindra/newview/llmanipscale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmanipscale.cpp b/indra/newview/llmanipscale.cpp
index 113a639635..cc28f52b0b 100755
--- a/indra/newview/llmanipscale.cpp
+++ b/indra/newview/llmanipscale.cpp
@@ -1658,7 +1658,7 @@ void LLManipScale::renderSnapGuides(const LLBBox& bbox)
F32 arrow_size;
if (mObjectSelection->getSelectType() == SELECT_TYPE_HUD)
{
- arrow_size = 0.1f;
+ arrow_size = 0.02f;
}
else
{