diff options
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 |
