diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-05-23 18:26:14 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-05-23 18:26:14 -0600 |
commit | 774544bc51ce365f7fd37e7d51210f290b546cf2 (patch) | |
tree | cf3cf3ab23ddd28402564ec3e32635e3c1e81fdc /indra/newview/lldrawable.cpp | |
parent | 2cdd6c2749b6553f8081e25e426501acd4025888 (diff) | |
parent | 16616ae48d86da75b3809fa6be6c846a9d420603 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting
Diffstat (limited to 'indra/newview/lldrawable.cpp')
-rw-r--r-- | indra/newview/lldrawable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index dbd4142d44..92b3ee4a26 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -1145,7 +1145,7 @@ LLSpatialBridge::~LLSpatialBridge() LLSpatialGroup* group = getSpatialGroup(); if (group) { - group->mSpatialPartition->remove(this, group); + group->getSpatialPartition()->remove(this, group); } } |