Fix copy-paste typo in vendor check

This commit is contained in:
baldurk
2019-07-30 16:51:49 +01:00
parent 98b623cfcc
commit f8be2a4fd1
+1 -1
View File
@@ -775,7 +775,7 @@ void DoVendorChecks(GLPlatform &platform, GLWindowingData context)
// crashes or corrupted data. We force the initial state copies to happen via our emulation which
// uses framebuffer blits.
if(strstr(vendor, "Qualcomm") || strstr(vendor, "Adreno") || strstr(renderer, "Qualcomm") ||
strstr(vendor, "Adreno"))
strstr(renderer, "Adreno"))
{
bool broken = true;