diff options
Diffstat (limited to 'indra/newview/llcloud.cpp')
-rw-r--r-- | indra/newview/llcloud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcloud.cpp b/indra/newview/llcloud.cpp index ee793bf6e4..f5cb5e8256 100644 --- a/indra/newview/llcloud.cpp +++ b/indra/newview/llcloud.cpp @@ -157,7 +157,7 @@ void LLCloudGroup::updatePuffOwnership() } //llinfos << "Cloud moving to new group" << llendl; - LLCloudGroup *new_cgp = gWorldPointer->findCloudGroup(mCloudPuffs[i]); + LLCloudGroup *new_cgp = LLWorld::getInstance()->findCloudGroup(mCloudPuffs[i]); if (!new_cgp) { //llinfos << "Killing puff not in group" << llendl; |