Fixed LLCompileQueue messages via update to v-d in parts. Script resets now output properly~

This commit is contained in:
Lirusaito
2013-01-03 14:08:39 -05:00
parent 88de1b28a2
commit c3829485e4
3 changed files with 59 additions and 75 deletions

View File

@@ -1076,7 +1076,7 @@ bool idle_startup()
gSavedSettings.getControl("_NACL_AntiSpamAmount")->getSignal()->connect(boost::bind(&NACLAntiSpamRegistry::handleNaclAntiSpamAmountChanged, _2));
// NaCl End
//good as place as any to create user windlight directories
//good a place as any to create user windlight directories
std::string user_windlight_path_name(gDirUtilp->getExpandedFilename( LL_PATH_USER_SETTINGS , "windlight", ""));
LLFile::mkdir(user_windlight_path_name.c_str());