mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 10:35:21 +01:00
fix game music
This commit is contained in:
parent
4812c99ae3
commit
843cae4b75
2 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue