hot-fix: make profiler to show real frame time
Some checks are pending
Reuse / reuse (push) Waiting to run
Clang Format / clang-format (push) Waiting to run
Linux-Qt / build (push) Waiting to run
Linux / build (push) Waiting to run
macOS-Qt / build (push) Waiting to run
macOS / build (push) Waiting to run
Windows-Qt / build (push) Waiting to run
Windows / build (push) Waiting to run

This commit is contained in:
psucien 2024-09-17 09:45:10 +02:00
parent 28ec489dbe
commit 4a0bd876ff

View file

@ -291,8 +291,8 @@ void VideoOutDriver::PresentThread(std::stop_token token) {
}
} else {
delay = Flip(request);
FRAME_END;
}
FRAME_END;
}
{