summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2012-12-05 18:18:16 -0500
committerNat Goodspeed <nat@lindenlab.com>2012-12-05 18:18:16 -0500
commite1da5bda78282a75ee56a30a0019ba36d4fb599d (patch)
tree5088ace2d0f030db5b80a3d5e0dcda5a3853644a /indra/newview/llfeaturemanager.cpp
parent8a019b961b812fb683b7835bf741d558e4ed92e5 (diff)
parentc5aeb0667fe5451a20af245dddc8c192d1b775cb (diff)
merge changes for DRTVWR-257
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r--indra/newview/llfeaturemanager.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 36bf5a6842..24a27c5146 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -730,7 +730,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures)
maskFeatures("High");
maskFeatures("Class5");
break;
-
+ case 6:
+ maskFeatures("Ultra");
+ break;
default:
maskFeatures("Low");
maskFeatures("Class0");