Skip to content

Commit 6993cbb

Browse files
committed
Fix regression
1 parent 7660e9f commit 6993cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathfinder/gpu/vk/window_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ VkPresentModeKHR choose_swap_present_mode(const std::vector<VkPresentModeKHR> &a
337337
}
338338

339339
// Traditional V-Sync
340-
return VK_PRESENT_MODE_IMMEDIATE_KHR;
340+
return VK_PRESENT_MODE_FIFO_KHR;
341341
}
342342

343343
QueueFamilyIndices find_queue_families(VkPhysicalDevice physical_device, VkSurfaceKHR surface) {

0 commit comments

Comments
 (0)