diff --git a/src/VK/base/SwapChain.cpp b/src/VK/base/SwapChain.cpp index 5918f02..caf6a62 100644 --- a/src/VK/base/SwapChain.cpp +++ b/src/VK/base/SwapChain.cpp @@ -179,7 +179,6 @@ namespace CAULDRON_VK present.pResults = NULL; VkResult res = vkQueuePresentKHR(m_presentQueue, &present); - assert(res == VK_SUCCESS); } void SwapChain::SetFullScreen(bool fullscreen)