diff options
author | unknown | 2009-01-10 13:57:16 -0700 |
---|---|---|
committer | unknown | 2009-01-10 13:57:16 -0700 |
commit | 649147531e29d03223e6d4a6668103827bca7241 (patch) | |
tree | e0ae70d5e00db986e01e72c5b3bc33bb42ae533a | |
parent | Fixed changelog date (2009 not 2008). (diff) | |
download | meta-impy-649147531e29d03223e6d4a6668103827bca7241.zip meta-impy-649147531e29d03223e6d4a6668103827bca7241.tar.gz meta-impy-649147531e29d03223e6d4a6668103827bca7241.tar.bz2 meta-impy-649147531e29d03223e6d4a6668103827bca7241.tar.xz |
Fixed bottom HUD arrow (from VWR-5518, possible memory leak)
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/llmaniptranslate.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 7c1e841..ecb41e4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,11 @@ | |||
1 | 2009-01-08 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-01-08 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/llmaniptranslate.h: | ||
4 | Added openal32.dll and alut.dll to CopyWinLibs.cmake. | ||
5 | |||
6 | |||
7 | 2009-01-08 McCabe Maxsted <hakushakukun@gmail.com> | ||
8 | |||
3 | * linden/indra/cmake/CopyWinLibs.cmake: | 9 | * linden/indra/cmake/CopyWinLibs.cmake: |
4 | Added openal32.dll and alut.dll to CopyWinLibs.cmake. | 10 | Added openal32.dll and alut.dll to CopyWinLibs.cmake. |
5 | * linden/indra/newview/viewer_manifest.py: | 11 | * linden/indra/newview/viewer_manifest.py: |
diff --git a/linden/indra/newview/llmaniptranslate.h b/linden/indra/newview/llmaniptranslate.h index 7784860..383f4da 100644 --- a/linden/indra/newview/llmaniptranslate.h +++ b/linden/indra/newview/llmaniptranslate.h | |||
@@ -113,7 +113,7 @@ private: | |||
113 | LLVector3d mDragCursorStartGlobal; | 113 | LLVector3d mDragCursorStartGlobal; |
114 | LLVector3d mDragSelectionStartGlobal; | 114 | LLVector3d mDragSelectionStartGlobal; |
115 | LLTimer mUpdateTimer; | 115 | LLTimer mUpdateTimer; |
116 | typedef std::set<ManipulatorHandle*, compare_manipulators> minpulator_list_t; | 116 | typedef std::multiset<ManipulatorHandle*, compare_manipulators> minpulator_list_t; |
117 | minpulator_list_t mProjectedManipulators; | 117 | minpulator_list_t mProjectedManipulators; |
118 | LLVector4 mManipulatorVertices[18]; | 118 | LLVector4 mManipulatorVertices[18]; |
119 | F32 mSnapOffsetMeters; | 119 | F32 mSnapOffsetMeters; |