diff options
author | Armin Weatherwax | 2010-02-20 17:07:34 +0100 |
---|---|---|
committer | Armin Weatherwax | 2010-04-28 19:15:02 +0200 |
commit | ac1eed6ff3e2ef03858256da76fd8408dcc79e9a (patch) | |
tree | 33ee9ac87dfd08b7c98a22a2023de134c2574d84 /linden/indra/newview/llviewerparcelmgr.cpp | |
parent | Merge commit 'jacek/next' into next (diff) | |
download | meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.zip meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.gz meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.bz2 meta-impy-ac1eed6ff3e2ef03858256da76fd8408dcc79e9a.tar.xz |
fix: crash on relog; appearence self pie greyed out after relog.
Diffstat (limited to '')
-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 | ||