Skip to content
Snippets Groups Projects
Commit 8bfd7e16 authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

post-merge build fix

parent 3da7a50b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment