diff options
author | Richard Linden <none@none> | 2014-02-28 20:32:45 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2014-02-28 20:32:45 -0800 |
commit | 07c90b5df393f7e1abf54517f4b75fd16f3cf4d8 (patch) | |
tree | 31b738fb020e2572c893fcc0cdf2ebfa509debef /indra/newview/llmanip.h | |
parent | f304eea6a9964ee4fe6ebbb54047abb33dc6fd0e (diff) |
MAINT-2059 FIX Corner scaling doesn't highlight distance text
better highlighting of opposite axis when corner scaling
Diffstat (limited to 'indra/newview/llmanip.h')
-rwxr-xr-x | indra/newview/llmanip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmanip.h b/indra/newview/llmanip.h index 6263e4244f..1fb05e047a 100755 --- a/indra/newview/llmanip.h +++ b/indra/newview/llmanip.h @@ -137,7 +137,7 @@ protected: LLVector3 getPivotPoint(); void getManipNormal(LLViewerObject* object, EManipPart manip, LLVector3 &normal); BOOL getManipAxis(LLViewerObject* object, EManipPart manip, LLVector3 &axis); - F32 getSubdivisionLevel(const LLVector3 &reference_point, const LLVector3 &translate_axis, F32 grid_scale, S32 min_pixel_spacing = MIN_DIVISION_PIXEL_WIDTH); + F32 getSubdivisionLevel(const LLVector3 &reference_point, const LLVector3 &translate_axis, F32 grid_scale, S32 min_pixel_spacing = MIN_DIVISION_PIXEL_WIDTH, F32 min_subdivisions = sGridMinSubdivisionLevel, F32 max_subdivisions = sGridMaxSubdivisionLevel); void renderTickValue(const LLVector3& pos, F32 value, const std::string& suffix, const LLColor4 &color); void renderTickText(const LLVector3& pos, const std::string& suffix, const LLColor4 &color); void updateGridSettings(); |