Skip to content

Commit

Permalink
setVisible
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Nov 12, 2024
1 parent 08b8d56 commit 9013876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/main/java/screen/HandPanelMk2.java
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ private void makePlaceholderHand(CardLabel[] labels, int handSize) {
labels[i].setFaceUp(false);
labels[i].setFaded(false);
labels[i].setCard(null);
labels[i].setVisible(true);
}

refreshIcons(labels);
Expand Down

0 comments on commit 9013876

Please sign in to comment.