diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolplacer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolplacer.cpp b/linden/indra/newview/lltoolplacer.cpp index ba065b1..d5c4de1 100644 --- a/linden/indra/newview/lltoolplacer.cpp +++ b/linden/indra/newview/lltoolplacer.cpp | |||
@@ -288,7 +288,7 @@ BOOL LLToolPlacer::addObject( LLPCode pcode, S32 x, S32 y, U8 use_physics ) | |||
288 | gMessageSystem->addU8Fast(_PREHASH_Material, material); | 288 | gMessageSystem->addU8Fast(_PREHASH_Material, material); |
289 | 289 | ||
290 | U32 flags = 0; // not selected | 290 | U32 flags = 0; // not selected |
291 | //if (create_selected) | 291 | // if (create_selected) |
292 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0b) | Added: RLVa-1.0.0b | 292 | // [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0b) | Added: RLVa-1.0.0b |
293 | if ( (create_selected) && (!gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) ) | 293 | if ( (create_selected) && (!gRlvHandler.hasBehaviour(RLV_BHVR_EDIT)) ) |
294 | // [/RLVa:KB] | 294 | // [/RLVa:KB] |