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 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 | ||
693 | BOOL LLViewerParcelMgr::isOwnedSelfAt(const LLVector3d& pos_global) const | 693 | BOOL 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 | ||