fix build

This commit is contained in:
CamilleLaVey 2026-03-08 12:46:31 -04:00
parent 2e89bb890a
commit 32e63b5fa2

View file

@ -174,7 +174,7 @@ bool Swapchain::AcquireNextImage() {
break; break;
} }
const auto wait_with_frame_pacing = [this, image_index] { const auto wait_with_frame_pacing = [this] {
switch (Settings::values.frame_pacing_mode.GetValue()) { switch (Settings::values.frame_pacing_mode.GetValue()) {
case Settings::FramePacingMode::Target_Auto: case Settings::FramePacingMode::Target_Auto:
scheduler.Wait(resource_ticks[image_index]); scheduler.Wait(resource_ticks[image_index]);