Forgot something, apparently!

Also, Boolean + Real = bad.
This commit is contained in:
unknown
2010-11-11 00:26:17 -06:00
parent 31cf29f51f
commit 3604f98734
2 changed files with 3 additions and 2 deletions

View File

@@ -1094,6 +1094,7 @@ U32 LLControlGroup::loadFromFile(const std::string& filename, bool set_default_v
{
if(mIncludedFiles.find(filename) != mIncludedFiles.end())
return 0; //Already included this file.
mIncludedFiles.insert(filename);
std::string name;
LLSD settings;