mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-11 19:10:55 +00:00
Fix hw update thread waiting for initial update signal
This commit is contained in:
parent
ced84ec526
commit
c452609718
@ -163,7 +163,6 @@ void update_hud_info(struct swapchain_stats& sw_stats, struct overlay_params& pa
|
||||
if (elapsed >= params.fps_sampling_period) {
|
||||
if (!hw_update_thread)
|
||||
hw_update_thread = std::make_unique<hw_info_updater>(sw_stats, params, vendorID);
|
||||
else
|
||||
hw_update_thread->update();
|
||||
|
||||
sw_stats.fps = fps;
|
||||
|
Loading…
Reference in New Issue
Block a user