Skip to content

Commit 09dd9d4

Browse files
committed
forgot to remove the test I was doing
1 parent bb396f9 commit 09dd9d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nbl/video/CVulkanSwapchain.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ ISwapchain::E_PRESENT_RESULT CVulkanSwapchain::present(IGPUQueue* queue, const S
170170
return ISwapchain::EPR_SUCCESS;
171171
case VK_SUBOPTIMAL_KHR:
172172
return ISwapchain::EPR_SUBOPTIMAL;
173-
case VK_ERROR_OUT_OF_DATE_KHR:
174-
std::cout << "VK_ERROR_OUT_OF_DATE_KHR\n***\n***\n***\n" << std::endl;
175173
default:
176174
return ISwapchain::EPR_ERROR;
177175
}

0 commit comments

Comments
 (0)