diff --git a/beamshow.py b/beamshow.py index 2266ade..4501777 100644 --- a/beamshow.py +++ b/beamshow.py @@ -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)