diff options
author | Richard Linden <none@none> | 2014-02-28 22:35:12 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2014-02-28 22:35:12 -0800 |
commit | 0630ac4d87cef2319b94aedb3c5c75b679691427 (patch) | |
tree | 98fb7737f1de51effcdd9e4238767af2759a9f3d | |
parent | 07c90b5df393f7e1abf54517f4b75fd16f3cf4d8 (diff) |
MAINT-2059 FIX Corner scaling doesn't highlight distance text
code cleanup
-rwxr-xr-x | indra/newview/llmanipscale.cpp | 2 |
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 { |