diff options
| author | Dave Parks <davep@lindenlab.com> | 2012-11-26 13:22:25 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2012-11-26 13:22:25 -0600 |
| commit | 73d1b4f79ccc064ed84e66d1a55e7cc3823aa8b2 (patch) | |
| tree | b5201355816626d49100abec0e90da88ea759eb6 /indra/newview/llfeaturemanager.cpp | |
| parent | cca22d608deb26cf21b33629b170e70a0e221575 (diff) | |
MAINT-1950 Add hashmarks to detail slider and put "Ultra" back in setGraphicsLevel
Reviewed by Simon
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
| -rw-r--r-- | indra/newview/llfeaturemanager.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index 6f11d4d4ca..b211027d54 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -720,7 +720,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures) maskFeatures("High"); maskFeatures("Class5"); break; - + case 6: + maskFeatures("Ultra"); + break; default: maskFeatures("Low"); maskFeatures("Class0"); |
