disable beat rect

This commit is contained in:
Patrick Moessler 2023-03-05 02:36:49 +01:00
parent 006885d60a
commit d5a61eb75d

View file

@ -257,8 +257,8 @@ class Beamshow:
if blackout:
self.window.fill(Colors.Black)
if is_beat:
pg.draw.rect(self.window, Colors.White, (0, 0, 20, 20))
# if is_beat:
# pg.draw.rect(self.window, Colors.White, (0, 0, 20, 20))
current_fps = self.clock.get_fps()
fps_slidewindow.append(current_fps)