diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-25 13:57:16 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-25 13:57:16 -0400 |
commit | 0f02f6784d0bc2a9cf72674da0b7bf2262ca8b58 (patch) | |
tree | 26dcc1ef54020acfb560d505660567a64f150303 /indra/newview/llappviewer.cpp | |
parent | 8690fa472bdece537be0392517633bc48b4aa903 (diff) |
storm-1189: remove classic clouds
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 84db514ecf..572a5a4683 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1,4 +1,4 @@ - /** +/** * @file llappviewer.cpp * @brief The LLAppViewer class definitions * @@ -4311,7 +4311,6 @@ void LLAppViewer::idle() // // Update weather effects // - LLWorld::getInstance()->updateClouds(gFrameDTClamped); gSky.propagateHeavenlyBodies(gFrameDTClamped); // moves sun, moon, and planets // Update wind vector |