diff options
author | Aimee Trescothick | 2008-09-22 02:01:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-22 02:12:59 -0500 |
commit | 997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d (patch) | |
tree | 2b0e069ec0d2d68740f6fcc3100f63e3322bf3f5 /linden/indra/newview/lltoolbrush.cpp | |
parent | VWR-2331: Terraform tool variable "strength". (diff) | |
download | meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.zip meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.gz meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.bz2 meta-impy-997fb0cbf21cc6b2f2ff8c8381de488eafff4c8d.tar.xz |
VWR-8430: Usability improvements to the land tools floater.
Diffstat (limited to 'linden/indra/newview/lltoolbrush.cpp')
-rw-r--r-- | linden/indra/newview/lltoolbrush.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolbrush.cpp b/linden/indra/newview/lltoolbrush.cpp index fdd7b66..0291eab 100644 --- a/linden/indra/newview/lltoolbrush.cpp +++ b/linden/indra/newview/lltoolbrush.cpp | |||
@@ -96,7 +96,7 @@ LLToolBrushLand::LLToolBrushLand() | |||
96 | mGotHover(FALSE), | 96 | mGotHover(FALSE), |
97 | mBrushSelected(FALSE) | 97 | mBrushSelected(FALSE) |
98 | { | 98 | { |
99 | mBrushIndex = gSavedSettings.getS32("RadioLandBrushSize"); | 99 | mBrushIndex = gSavedSettings.getS32("LandBrushSize"); |
100 | } | 100 | } |
101 | 101 | ||
102 | void LLToolBrushLand::modifyLandAtPointGlobal(const LLVector3d &pos_global, | 102 | void LLToolBrushLand::modifyLandAtPointGlobal(const LLVector3d &pos_global, |
@@ -447,7 +447,7 @@ void LLToolBrushLand::render() | |||
447 | spot.mdV[VX] = floor( spot.mdV[VX] + 0.5 ); | 447 | spot.mdV[VX] = floor( spot.mdV[VX] + 0.5 ); |
448 | spot.mdV[VY] = floor( spot.mdV[VY] + 0.5 ); | 448 | spot.mdV[VY] = floor( spot.mdV[VY] + 0.5 ); |
449 | 449 | ||
450 | mBrushIndex = gSavedSettings.getS32("RadioLandBrushSize"); | 450 | mBrushIndex = gSavedSettings.getS32("LandBrushSize"); |
451 | region_list_t regions; | 451 | region_list_t regions; |
452 | determineAffectedRegions(regions, spot); | 452 | determineAffectedRegions(regions, spot); |
453 | 453 | ||