Fix bug where FPS counter didn't work in benchmark mode

perf-debug
nyanpasu64 2023-11-28 02:03:52 -08:00
rodzic e1bb4d44ba
commit a9119155d6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -608,7 +608,7 @@ class CorrScope:
if output.write_frame(frame_data) is outputs_.Stop:
abort_from_thread.set()
break
thread_shared.end_frame = render_msg.frame_idx + 1
thread_shared.end_frame = render_msg.frame_idx + 1
avail_shmems.put(render_msg.shmem)