diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llxml/llcontrol.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/llxml/llcontrol.cpp b/linden/indra/llxml/llcontrol.cpp index b9fa8ff..d185987 100644 --- a/linden/indra/llxml/llcontrol.cpp +++ b/linden/indra/llxml/llcontrol.cpp | |||
@@ -682,6 +682,8 @@ U32 LLControlGroup::loadFromFileLegacy(const LLString& filename, BOOL require_de | |||
682 | 682 | ||
683 | llassert(control); | 683 | llassert(control); |
684 | 684 | ||
685 | mLoadedSettings.insert(name); | ||
686 | |||
685 | switch(control->mType) | 687 | switch(control->mType) |
686 | { | 688 | { |
687 | case TYPE_F32: | 689 | case TYPE_F32: |
@@ -905,6 +907,8 @@ U32 LLControlGroup::loadFromFile(const LLString& filename, BOOL require_declarat | |||
905 | 907 | ||
906 | llassert(control); | 908 | llassert(control); |
907 | 909 | ||
910 | mLoadedSettings.insert(name); | ||
911 | |||
908 | switch(control->mType) | 912 | switch(control->mType) |
909 | { | 913 | { |
910 | case TYPE_F32: | 914 | case TYPE_F32: |