Fixed build breakage

This commit is contained in:
Kearwood Kip Gilbert
2018-10-09 11:16:41 -07:00
parent 6f8a99f543
commit ae59181c24

View File

@@ -487,7 +487,7 @@ KRContext::createDeviceContexts()
void
KRContext::destroyDeviceContexts()
{
if (m_vulkanInstance) != VK_NULL_HANDLE) {
if (m_vulkanInstance != VK_NULL_HANDLE) {
vkDestroyInstance(m_vulkanInstance, NULL);
m_vulkanInstance = VK_NULL_HANDLE;
}