diff options
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.cpp')
-rw-r--r-- | linden/indra/llui/llscrolllistctrl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.cpp b/linden/indra/llui/llscrolllistctrl.cpp index e2623fb..d342378 100644 --- a/linden/indra/llui/llscrolllistctrl.cpp +++ b/linden/indra/llui/llscrolllistctrl.cpp | |||
@@ -88,8 +88,7 @@ struct SortScrollListItem | |||
88 | } | 88 | } |
89 | } | 89 | } |
90 | 90 | ||
91 | // make sure to keep order when sort_result == 0 | 91 | return sort_result < 0; |
92 | return sort_result <= 0; | ||
93 | } | 92 | } |
94 | 93 | ||
95 | typedef std::vector<std::pair<S32, BOOL> > sort_order_t; | 94 | typedef std::vector<std::pair<S32, BOOL> > sort_order_t; |