aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/strategies/low_latency2/swapchain_monitor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strategies/low_latency2/swapchain_monitor.cc b/src/strategies/low_latency2/swapchain_monitor.cc
index 7442eec..3d1d276 100644
--- a/src/strategies/low_latency2/swapchain_monitor.cc
+++ b/src/strategies/low_latency2/swapchain_monitor.cc
@@ -102,7 +102,7 @@ void SwapchainMonitor::notify_semaphore(const VkSemaphore& timeline_semaphore,
return frame_span->has_completed();
})) {
wakeup_semaphore.signal(this->device);
- this->pending_signals.clear();
+ this->pending_frame_spans.clear();
return;
}