diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-02-09 10:33:07 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-02-09 10:33:07 -0700 |
commit | 54cced235647a658cd8ed371314acc84f770e6bc (patch) | |
tree | 5700f144f978c7e66c5280d68e433c3a2fbb98f5 /indra/newview/llworld.cpp | |
parent | 515ccf300cc5e969a9c12e5a31d5eaddbe88161d (diff) |
debug code for SH-924: [PUBLIC-JIRA-USERS] Viewer crash in LLSurface::getWaterHeight
Diffstat (limited to 'indra/newview/llworld.cpp')
-rw-r--r-- | indra/newview/llworld.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index 399442e5c4..9db6d5e08c 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -281,6 +281,8 @@ void LLWorld::removeRegion(const LLHost &host) delete regionp; updateWaterObjects(); + + llassert_always(!gObjectList.hasMapObjectInRegion(regionp)) ; } |