diff options
author | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:46:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-04-20 20:46:46 -0400 |
commit | eb15f9a8cee3b09371690da9921351c2612b9781 (patch) | |
tree | 6f7984eefaa88c6c4db2eb802cd5138501e747e2 /indra/newview/llappviewer.cpp | |
parent | 120f31502eb521c1e0abaeb24972f070e7f75bd6 (diff) | |
parent | db6862e15b1ff6257593eab798250316a350cf73 (diff) |
merge latest changes from windlight integration repo
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 061ef7268e..59117aca4b 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(); |