diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 03:58:31 +0300 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-05-27 03:58:31 +0300 | 
| commit | 32058405e151572137654c1f96bd7380c9f64261 (patch) | |
| tree | 14e165f5794f5d9ffc28e4f3cb35c91df1a84d45 | |
| parent | b2ef95522f07301cfddbdace1042e60d52fde436 (diff) | |
| parent | 8bfd7e16f80ca8de96c583370fa73ddcd273529e (diff) | |
Merge branch 'DRTVWR-543-maint' into DRTVWR-543-maint_cmake
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a59044cc2d..19f6edd99c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3236,7 +3236,7 @@ LLSD LLAppViewer::getViewerInfo() const      {          drvinfo = gDXHardware.getDriverVersionWMI(LLDXHardware::GPU_NVIDIA);      } -    else if (gGLManager.mIsATI) +    else if (gGLManager.mIsAMD)      {          drvinfo = gDXHardware.getDriverVersionWMI(LLDXHardware::GPU_AMD);      } | 
