summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llfeaturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 938ea707f9..5f37c0ea73 100755
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -424,7 +424,7 @@ bool LLFeatureManager::loadGPUClass()
//get memory bandwidth from benchmark
F32 gbps = gpu_benchmark();
- if (gbps < -1.f)
+ if (gbps < 0.f)
{ //couldn't bench, use GLVersion
if (gGLManager.mGLVersion < 2.f)