mirror of https://github.com/AxioDL/boo.git
Fix break derp
This commit is contained in:
parent
71593afe50
commit
e6b3530681
|
@ -584,10 +584,10 @@ public:
|
|||
{
|
||||
m_format = surfFormats[i].format;
|
||||
m_colorspace = surfFormats[i].colorSpace;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain");
|
||||
|
||||
|
|
|
@ -770,10 +770,10 @@ public:
|
|||
{
|
||||
m_format = surfFormats[i].format;
|
||||
m_colorspace = surfFormats[i].colorSpace;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain");
|
||||
|
||||
|
|
Loading…
Reference in New Issue