Lowercase default looks bad next to windlight defaults, capitalize it.

This commit is contained in:
Lirusaito
2019-02-25 13:09:04 -05:00
parent 2a7fd8caa5
commit 3b9a0cfbc8
2 changed files with 5 additions and 5 deletions

View File

@@ -367,10 +367,10 @@ LLPostProcess::LLPostProcess(void) :
}
// Singu TODO: Make this configurable via settings
if (!mAllEffectInfo.has("default"))
mAllEffectInfo["default"] = LLSD::emptyMap();
if (!mAllEffectInfo.has("Default"))
mAllEffectInfo["Default"] = LLSD::emptyMap();
LLSD& defaults = mAllEffectInfo["default"];
LLSD& defaults = mAllEffectInfo["Default"];
for(std::list<LLPointer<LLPostProcessShader> >::iterator it=mShaders.begin();it!=mShaders.end();++it)
{
@@ -385,7 +385,7 @@ LLPostProcess::LLPostProcess(void) :
{
(*it)->loadSettings(defaults);
}
setSelectedEffect("default");
setSelectedEffect("Default");
}
LLPostProcess::~LLPostProcess(void)

View File

@@ -144,7 +144,7 @@
<key>saturation</key>
<real>1</real>
</map>
<key>default</key>
<key>Default</key>
<map>
<key>bloom_strength</key>
<real>1.5</real>