From 697779325f0cdd81146bc7899c96eaae1f62bafd Mon Sep 17 00:00:00 2001 From: filifa Date: Tue, 19 Mar 2024 20:38:20 -0500 Subject: [PATCH] Remove old fixme --- main.py | 1 - 1 file changed, 1 deletion(-) 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)