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.cc | |
| parent | 2d2f193797a598c807a7d9eb43d9b60a35216ca8 (diff) | |
Fix erroneous microsecond conversion to milliseconds
Diffstat (limited to 'src/device_context.cc')
| -rw-r--r-- | src/device_context.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_context.cc b/src/device_context.cc index fcbc9ef..35ae9c4 100644 --- a/src/device_context.cc +++ b/src/device_context.cc @@ -30,7 +30,7 @@ DeviceContext::~DeviceContext() { void DeviceContext::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) { // If we don't have a target (AMD's anti_lag doesn't differentiate between |
