diff --git a/main.py b/main.py index 4c190bc..fdb7a69 100644 --- a/main.py +++ b/main.py @@ -38,7 +38,6 @@ while True: pygame.quit() sys.exit() elif event.type == MOUSEBUTTONUP and event.button == 1: - # FIXME: Need a check to make sure a square was actually clicked if not board.game_started: board.place_mines(event.pos) board.left_click(event.pos)