new ui elements for timing

This commit is contained in:
2022-10-19 08:58:58 +02:00
parent 46aeba1b1b
commit 81b7fe2871
3 changed files with 4 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ class Equipment(GameBase):
breaks = self.init_breaks()
for emitter in self.emitters:
while True:
self.check_breaks()
self.check_breaks(start_time, breaks)
if self.overlay.run_mode == 'paused':
cv.waitKey(1)
continue