remove unused parameter
This commit is contained in:
parent
b395c6974d
commit
b7945b24f6
@ -42,7 +42,7 @@ export default class PitAnimator {
|
|||||||
this.onBoardViewModelUpdate?.(this.getBoardViewModelFromGame(this.game));
|
this.onBoardViewModelUpdate?.(this.getBoardViewModelFromGame(this.game));
|
||||||
}
|
}
|
||||||
|
|
||||||
public setUpdatedGame(game: MancalaGame, forceClear = false) {
|
public setUpdatedGame(game: MancalaGame) {
|
||||||
this.resetAnimationState();
|
this.resetAnimationState();
|
||||||
if (!this.game) {
|
if (!this.game) {
|
||||||
this.setNewGame(game);
|
this.setNewGame(game);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user