Fix break derp

This commit is contained in:
Jack Andersen 2017-02-15 19:46:03 -10:00
parent 71593afe50
commit e6b3530681
2 changed files with 2 additions and 2 deletions

View File

@ -584,10 +584,10 @@ public:
{ {
m_format = surfFormats[i].format; m_format = surfFormats[i].format;
m_colorspace = surfFormats[i].colorSpace; m_colorspace = surfFormats[i].colorSpace;
}
break; break;
} }
} }
}
else else
Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain"); Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain");

View File

@ -770,10 +770,10 @@ public:
{ {
m_format = surfFormats[i].format; m_format = surfFormats[i].format;
m_colorspace = surfFormats[i].colorSpace; m_colorspace = surfFormats[i].colorSpace;
}
break; break;
} }
} }
}
else else
Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain"); Log.report(logvisor::Fatal, "no surface formats available for Vulkan swapchain");