diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-22 18:25:57 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-22 18:25:57 -0400 |
commit | c3df5f5d675abd107e1f0b4e3fb262226978ddb5 (patch) | |
tree | b89e53c972d8db034d74e1dbc55bf27ab82d3b88 /indra/newview/llappviewer.cpp | |
parent | 391bef0df021dd3a56c262087ba977ab9f2bb662 (diff) | |
parent | 95847fc2061e9b71a4d2ce078b525c047fc4ad36 (diff) |
merge up latest viewer-development
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9de2941c4a..ace3af3987 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1591,9 +1591,7 @@ bool LLAppViewer::cleanup() llinfos << "Cleaning up Objects" << llendflush; LLViewerObject::cleanupVOClasses(); - - LLWaterParamManager::cleanupClass(); - LLWLParamManager::cleanupClass(); + LLPostProcess::cleanupClass(); LLTracker::cleanupInstance(); |