diff options
Diffstat (limited to 'linden/indra/newview/llviewerparcelmgr.cpp')
-rw-r--r-- | linden/indra/newview/llviewerparcelmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerparcelmgr.cpp b/linden/indra/newview/llviewerparcelmgr.cpp index b0e1e78..eb8d93c 100644 --- a/linden/indra/newview/llviewerparcelmgr.cpp +++ b/linden/indra/newview/llviewerparcelmgr.cpp | |||
@@ -690,6 +690,7 @@ BOOL LLViewerParcelMgr::isOwnedAt(const LLVector3d& pos_global) const | |||
690 | 690 | ||
691 | BOOL LLViewerParcelMgr::isOwnedSelfAt(const LLVector3d& pos_global) const | 691 | BOOL LLViewerParcelMgr::isOwnedSelfAt(const LLVector3d& pos_global) const |
692 | { | 692 | { |
693 | LL_DEBUGS("isOwnedSelf")<< "LLViewerParcelMgr" << LL_ENDL; | ||
693 | LLViewerRegion* region = LLWorld::getInstance()->getRegionFromPosGlobal( pos_global ); | 694 | LLViewerRegion* region = LLWorld::getInstance()->getRegionFromPosGlobal( pos_global ); |
694 | if (!region) return FALSE; | 695 | if (!region) return FALSE; |
695 | 696 | ||