diff options
author | McCabe Maxsted | 2009-03-22 12:27:26 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-03-22 12:27:26 -0700 |
commit | ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f (patch) | |
tree | a19b3c1d8e021ffb8187a5032fc0a7cd9a9da276 /linden/indra/newview/llpreviewlandmark.cpp | |
parent | Removed slviewer-0-v12160-RememberStatsPosAndSize.patch (diff) | |
download | meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.zip meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.gz meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.bz2 meta-impy-ca7fb9c8bbc1fab2f5ed0c4940ffa12be0ad542f.tar.xz |
Removed slviewer-0-v12160-VisitedLandmarks.patch
Diffstat (limited to 'linden/indra/newview/llpreviewlandmark.cpp')
-rw-r--r-- | linden/indra/newview/llpreviewlandmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreviewlandmark.cpp b/linden/indra/newview/llpreviewlandmark.cpp index 3a92f5a..20b0ee5 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, getItem()->getUUID(), region_id, pos_global); | 192 | mPlacePanel->displayParcelInfo(pos_region, landmark_asset_id, region_id, pos_global); |
193 | } | 193 | } |
194 | } | 194 | } |
195 | 195 | ||