diff options
author | McCabe Maxsted | 2009-01-12 02:17:03 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 02:17:03 -0700 |
commit | dd99e2a6b5054927bba83d44a7a03bc365c28a77 (patch) | |
tree | 7f94ef4010b3bef22d8c481d8c700cfb1219ffe5 /linden/indra/newview/llappviewer.cpp | |
parent | Wind disabled by default, ambient wind muting fixed, added debug setting 'Mut... (diff) | |
download | meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.zip meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.gz meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.bz2 meta-impy-dd99e2a6b5054927bba83d44a7a03bc365c28a77.tar.xz |
Applied Aimee's patch for doing simple math in the build editor
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 2cf418e..64402e3 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -109,6 +109,7 @@ | |||
109 | #include "llpostprocess.h" | 109 | #include "llpostprocess.h" |
110 | #include "llwlparammanager.h" | 110 | #include "llwlparammanager.h" |
111 | #include "llwaterparammanager.h" | 111 | #include "llwaterparammanager.h" |
112 | #include "llcalc.h" | ||
112 | 113 | ||
113 | #include "lldebugview.h" | 114 | #include "lldebugview.h" |
114 | #include "llconsole.h" | 115 | #include "llconsole.h" |
@@ -1176,6 +1177,8 @@ bool LLAppViewer::cleanup() | |||
1176 | LLNotifyBox::cleanup(); | 1177 | LLNotifyBox::cleanup(); |
1177 | 1178 | ||
1178 | LLWorldMap::getInstance()->reset(); // release any images | 1179 | LLWorldMap::getInstance()->reset(); // release any images |
1180 | |||
1181 | LLCalc::cleanUp(); | ||
1179 | 1182 | ||
1180 | llinfos << "Global stuff deleted" << llendflush; | 1183 | llinfos << "Global stuff deleted" << llendflush; |
1181 | 1184 | ||