Merge cleanup
parent
9e9d32de38
commit
667e5d1968
|
|
@ -3008,6 +3008,8 @@ void LLFolderBridge::pasteFromClipboard()
|
|||
}
|
||||
}
|
||||
|
||||
const LLUUID parent_id(mUUID);
|
||||
|
||||
for (LLDynamicArray<LLUUID>::const_iterator iter = objects.begin();
|
||||
iter != objects.end();
|
||||
++iter)
|
||||
|
|
|
|||
|
|
@ -1195,7 +1195,6 @@ void LLWorld::getAvatars(uuid_vec_t* avatar_ids, std::vector<LLVector3d>* positi
|
|||
|
||||
if (!uuid.isNull()
|
||||
&& dist_vec_squared(pos_global, relative_to) <= radius_squared)
|
||||
dist_vec_squared(pos_global, relative_to) <= radius_squared)
|
||||
{
|
||||
if(positions != NULL)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -134,16 +134,6 @@
|
|||
top_delta="-25"
|
||||
name="Pipette"
|
||||
width="28" />
|
||||
<check_box
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
initial_value="true"
|
||||
label="Live Preview"
|
||||
layout="topleft"
|
||||
left="4"
|
||||
name="apply_immediate_check"
|
||||
top="262"
|
||||
width="120" />
|
||||
<text
|
||||
follows="left|bottom"
|
||||
height="20"
|
||||
|
|
|
|||
Loading…
Reference in New Issue