mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-07 20:08:24 +00:00
typo, #elif instead of #else, fixed
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user