diff options
author | McCabe Maxsted | 2009-01-12 11:30:15 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 11:30:15 -0700 |
commit | 1f5426f77a76b40bd86b573297ec5228a4f01f06 (patch) | |
tree | 6a1a85b845dd7076200ccd276aaa0104875c788f /linden/indra | |
parent | llMapDestination and map floater can now tp up to 4096m (diff) | |
parent | Fixed bottom HUD arrow (from VWR-5518, possible memory leak) (diff) | |
download | meta-impy-1f5426f77a76b40bd86b573297ec5228a4f01f06.zip meta-impy-1f5426f77a76b40bd86b573297ec5228a4f01f06.tar.gz meta-impy-1f5426f77a76b40bd86b573297ec5228a4f01f06.tar.bz2 meta-impy-1f5426f77a76b40bd86b573297ec5228a4f01f06.tar.xz |
Fixed bottom HUD arrow (from VWR-5518, possible memory leak in linden code)
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llmaniptranslate.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |