@@ -177,7 +177,9 @@ class Tetris:
self.current.drop()
case self.fall_timer:
self.current.update()
if not self.current.update():
self.current = self.next
self.next = Brick(brick = randrange(0, len(BRICKS)))
# Handle hotplugging
case pygame.JOYDEVICEADDED:
The note is not visible to the blocked user.