Skip to content

Commit

Permalink
phase1_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahak14 committed May 9, 2019
1 parent c291d63 commit 7cd85dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/BattleController.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ private void enterGraveYardRequestShowCards() {
cards = match.getPlayer2GraveYard().getCards();

for (Card card : cards)
showCardsBattleView.setCard(card);
showCardsBattleView.setCard(card);

showCardsBattleView.show(showCardsBattleView);
}
Expand Down

0 comments on commit 7cd85dd

Please sign in to comment.