aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt3
-rw-r--r--linden/indra/newview/llmaniptranslate.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index fabb1ca..152356e 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -96,6 +96,9 @@
96 * linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml: 96 * linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml:
97 Ditto. 97 Ditto.
98 98
99 * linden/indra/newview/llmaniptranslate.h:
100 Fixed bottom HUD arrow (from VWR-5518, possible memory leak in linden code).
101
99 102
1002009-01-08 McCabe Maxsted <hakushakukun@gmail.com> 1032009-01-08 McCabe Maxsted <hakushakukun@gmail.com>
101 104
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;