aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerparcelmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerparcelmgr.cpp')
-rw-r--r--linden/indra/newview/llviewerparcelmgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerparcelmgr.cpp b/linden/indra/newview/llviewerparcelmgr.cpp
index cb8ae66..21fca25 100644
--- a/linden/indra/newview/llviewerparcelmgr.cpp
+++ b/linden/indra/newview/llviewerparcelmgr.cpp
@@ -692,6 +692,7 @@ BOOL LLViewerParcelMgr::isOwnedAt(const LLVector3d& pos_global) const
692 692
693BOOL LLViewerParcelMgr::isOwnedSelfAt(const LLVector3d& pos_global) const 693BOOL LLViewerParcelMgr::isOwnedSelfAt(const LLVector3d& pos_global) const
694{ 694{
695 LL_DEBUGS("isOwnedSelf")<< "LLViewerParcelMgr" << LL_ENDL;
695 LLViewerRegion* region = LLWorld::getInstance()->getRegionFromPosGlobal( pos_global ); 696 LLViewerRegion* region = LLWorld::getInstance()->getRegionFromPosGlobal( pos_global );
696 if (!region) return FALSE; 697 if (!region) return FALSE;
697 698