Remove old fixme

This commit is contained in:
filifa 2024-03-19 20:38:20 -05:00
parent a348da8785
commit 697779325f
1 changed files with 0 additions and 1 deletions

View File

@ -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)