mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 05:58:19 +00:00
Merge pull request #9102 from Jupeyy/pr_no_warning_fail
Don't emit a warning if no capable vulkan GPU was found
This commit is contained in:
commit
29523e4972
|
@ -3798,7 +3798,7 @@ public:
|
|||
|
||||
if(m_pGpuList->m_vGpus.empty())
|
||||
{
|
||||
SetWarning(EGfxWarningType::GFX_WARNING_TYPE_INIT_FAILED_MISSING_INTEGRATED_GPU_DRIVER, "No devices with required vulkan version found.");
|
||||
dbg_msg("vulkan", "no devices with required vulkan version found.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue