typo, #elif instead of #else, fixed

docking
Peter Particle 8 years ago
parent fd90da38e1
commit 337019a68f

@ -87,7 +87,7 @@ static void resize_vulkan(GLFWwindow* /*window*/, int w, int h)
#ifdef IMGUI_UNLIMITED_FRAME_RATE
info.presentMode = VK_PRESENT_MODE_IMMEDIATE_KHR;
#elif
#else
info.presentMode = VK_PRESENT_MODE_FIFO_KHR;
#endif
info.clipped = VK_TRUE;

Loading…
Cancel
Save