summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-01-25 17:25:46 -0800
committerCosmic Linden <cosmic@lindenlab.com>2022-02-23 17:14:38 -0800
commit898079a39bc86598d8e998a24845d0932c88cdca (patch)
tree3671315e7a2ea5a4ce8522f15a5ae0b01a994b1e /indra/newview/llviewerregion.h
parent34a9e84cd89e9a5a748dd5aa0cc2666bf8f6c34a (diff)
SL-16857: Display parcel borders on the minimap, enable by default, right click context menu option to disable
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r--indra/newview/llviewerregion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h
index fcbf56c81f..b6c8f5c583 100644
--- a/indra/newview/llviewerregion.h
+++ b/indra/newview/llviewerregion.h
@@ -154,6 +154,8 @@ public:
// Draw lines in the dirt showing ownership. Return number of
// vertices drawn.
S32 renderPropertyLines();
+ void renderPropertyLinesOnMinimap(F32 scale_pixels_per_meter, const F32* parcel_outline_color);
+
// Call this whenever you change the height data in the region.
// (Automatically called by LLSurfacePatch's update routine)