diff options
author | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-10-09 03:27:47 -0700 |
commit | 1866bc2af39189c17b636970d4df7edc983c1830 (patch) | |
tree | e60963a49832280cf3d2d9b5a8b589853469caee /linden/indra/newview/lltoolselect.cpp | |
parent | Use all those cores for compile (diff) | |
download | meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.zip meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.gz meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.bz2 meta-impy-1866bc2af39189c17b636970d4df7edc983c1830.tar.xz |
Applied RLVa-1.1.2-Imprudence.patch by Kitty Barnett
Diffstat (limited to 'linden/indra/newview/lltoolselect.cpp')
-rw-r--r-- | linden/indra/newview/lltoolselect.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolselect.cpp b/linden/indra/newview/lltoolselect.cpp index 02755d7..1e412de 100644 --- a/linden/indra/newview/lltoolselect.cpp +++ b/linden/indra/newview/lltoolselect.cpp | |||
@@ -51,7 +51,8 @@ | |||
51 | #include "llvoavatar.h" | 51 | #include "llvoavatar.h" |
52 | #include "llworld.h" | 52 | #include "llworld.h" |
53 | 53 | ||
54 | // [RLVa:KB] - Checked: 2009-07-10 (RLVa-1.0.0g) | 54 | // [RLVa:KB] |
55 | #include "rlvhandler.h" | ||
55 | #include "llfloatertools.h" | 56 | #include "llfloatertools.h" |
56 | // [/RLVa:KB] | 57 | // [/RLVa:KB] |
57 | 58 | ||
@@ -88,7 +89,7 @@ LLObjectSelectionHandle LLToolSelect::handleObjectSelection(const LLPickInfo& pi | |||
88 | object = object->getRootEdit(); | 89 | object = object->getRootEdit(); |
89 | } | 90 | } |
90 | 91 | ||
91 | // [RLVa:KB] - Checked: 2009-07-10 (RLVa-1.0.0g) | Modified: RLVa-0.2.0f | 92 | // [RLVa:KB] - Checked: 2010-01-02 (RLVa-1.1.0l) | Modified: RLVa-1.1.0l |
92 | if (rlv_handler_t::isEnabled()) | 93 | if (rlv_handler_t::isEnabled()) |
93 | { | 94 | { |
94 | if (gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) | 95 | if (gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) |