diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:45:41 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-04-04 14:45:41 +1100 |
| commit | 6b4dd1fb3d5fffd0c43fc40352720e0266651c38 (patch) | |
| tree | 80b2765ff5743aa0bd074d8f19fcfecbbd607b29 /src/device_context.hh | |
| parent | 2d2f193797a598c807a7d9eb43d9b60a35216ca8 (diff) | |
Fix erroneous microsecond conversion to milliseconds
Diffstat (limited to 'src/device_context.hh')
| -rw-r--r-- | src/device_context.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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<VkSwapchainKHR> 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, |
