diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-11-22 00:13:46 +0100 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-11-22 12:40:46 +0100 |
commit | 3ee8627863594d7429c36e0de4f0dae5bbd1fda9 (patch) | |
tree | 8a4ee64d80de8b15ef3d4b578267b29334a7335a /indra/newview/llviewerregion.h | |
parent | 2c93819d27f56a6628e20d959828b7afdf510782 (diff) |
SL-20578 Underwater parcel lines are not visible from above water
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rw-r--r-- | indra/newview/llviewerregion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 6956e9eb08..ac8ec96a09 100644 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -154,7 +154,7 @@ public: // Draw lines in the dirt showing ownership. Return number of // vertices drawn. - S32 renderPropertyLines(); + void renderPropertyLines(); void renderPropertyLinesOnMinimap(F32 scale_pixels_per_meter, const F32* parcel_outline_color); |