aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewlandmark.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-03-07 18:55:47 -0700
committerMcCabe Maxsted2009-03-07 18:55:47 -0700
commit457f0d9f42f1c6d80b95435a5d2650474b96926b (patch)
tree638d7cfb51e43d590f1f1db708bd5c05e185d445 /linden/indra/newview/llpreviewlandmark.cpp
parentBackported fix for VWR-8783, original patch by Gigs Taggart (diff)
downloadmeta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.zip
meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.gz
meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.bz2
meta-impy-457f0d9f42f1c6d80b95435a5d2650474b96926b.tar.xz
Landmark icons now correctly change color when visited (patch by Zi Ree--VWR-7896)
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpreviewlandmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreviewlandmark.cpp b/linden/indra/newview/llpreviewlandmark.cpp
index 20b0ee5..3a92f5a 100644
--- a/linden/indra/newview/llpreviewlandmark.cpp
+++ b/linden/indra/newview/llpreviewlandmark.cpp
@@ -189,7 +189,7 @@ void LLPreviewLandmark::draw()
189 LLUUID region_id; 189 LLUUID region_id;
190 mLandmark->getRegionID(region_id); // might find null? 190 mLandmark->getRegionID(region_id); // might find null?
191 LLVector3d pos_global = getPositionGlobal(); // might be 0 191 LLVector3d pos_global = getPositionGlobal(); // might be 0
192 mPlacePanel->displayParcelInfo(pos_region, landmark_asset_id, region_id, pos_global); 192 mPlacePanel->displayParcelInfo(pos_region, landmark_asset_id, getItem()->getUUID(), region_id, pos_global);
193 } 193 }
194 } 194 }
195 195