From 6b4dd1fb3d5fffd0c43fc40352720e0266651c38 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Sat, 4 Apr 2026 14:45:41 +1100 Subject: Fix erroneous microsecond conversion to milliseconds --- src/device_context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index df1b58d..f94b84f 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -49,7 +49,7 @@ class DeviceContext final : public Context { // Updates the settings associated with that swapchain. If no swapchain // target is provided all swapchains are set to this value. void update_params(const std::optional target, - const std::chrono::milliseconds& present_delay, + const std::chrono::microseconds& present_delay, const bool was_low_latency_requested); void notify_present(const VkSwapchainKHR& swapchain, -- cgit v1.2.3