fix game music

This commit is contained in:
cmclark00 2025-03-27 22:49:19 -04:00
parent 4812c99ae3
commit 843cae4b75
2 changed files with 1 additions and 1 deletions

View file

@ -71,7 +71,7 @@ class GameBoard(
} }
// Take the next piece from the bag // Take the next piece from the bag
nextPiece = Tetromino(bag.removeFirst()) nextPiece = Tetromino(bag.removeAt(0))
onNextPieceChanged?.invoke() onNextPieceChanged?.invoke()
} }

Binary file not shown.