Missed this in the last commit, sigh

This commit is contained in:
Henrik Rydgård 2019-08-24 09:56:19 +02:00
parent 31de5a5082
commit 088901324d

View file

@ -580,10 +580,9 @@ static int DefaultGPUBackend() {
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 28) {
return (int)GPUBackend::VULKAN;
}
#else
#endif
// TODO: On some additional Linux platforms, we should also default to Vulkan.
return (int)GPUBackend::OPENGL;
#endif
}
int Config::NextValidBackend() {