diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-19 16:52:44 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-06-19 16:52:44 +0300 |
commit | acf592419bde744d171ceb3d0b978fe18dc32198 (patch) | |
tree | 98a23db4220fdd7d5c3608c496c689355bbd5ab7 /indra/newview/llviewerobject.cpp | |
parent | 6f95100f7e33e6cd6e5bc462b1577c3a45fd964c (diff) |
DRTVWR-493 LLFollowCamMgr to singleton
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index ec1095813b..ef7dd9cb08 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -482,7 +482,7 @@ void LLViewerObject::markDead() if (flagCameraSource()) { - LLFollowCamMgr::removeFollowCamParams(mID); + LLFollowCamMgr::getInstance()->removeFollowCamParams(mID); } sNumZombieObjects++; |