kopia lustrzana https://github.com/corrscope/corrscope
Fix bug where FPS counter didn't work in benchmark mode
rodzic
e1bb4d44ba
commit
a9119155d6
|
@ -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)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue