aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llxml/llcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llxml/llcontrol.cpp')
-rw-r--r--linden/indra/llxml/llcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llxml/llcontrol.cpp b/linden/indra/llxml/llcontrol.cpp
index 30c6394..11f3c13 100644
--- a/linden/indra/llxml/llcontrol.cpp
+++ b/linden/indra/llxml/llcontrol.cpp
@@ -536,7 +536,7 @@ void LLControlGroup::setVector3d(const LLString& name, const LLVector3d &val)
536void LLControlGroup::setRect(const LLString& name, const LLRect &val) 536void LLControlGroup::setRect(const LLString& name, const LLRect &val)
537{ 537{
538 LLControlBase* control = getControl(name); 538 LLControlBase* control = getControl(name);
539 539
540 if (control && control->isType(TYPE_RECT)) 540 if (control && control->isType(TYPE_RECT))
541 { 541 {
542 control->set(val.getValue()); 542 control->set(val.getValue());