hot-fix: make profiler to show real frame time

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;
}
{