Skip to content

Commit

Permalink
Fix RE 1: fix player 2 dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Mar 16, 2024
1 parent 672bc71 commit 2dc4c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biorand/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ private void UpdatePlayerDropdowns()
dropdown.SelectedIndex = 0;
}

if (SelectedGame == 1 || SelectedGame == 3)
if (SelectedGame == 0 || SelectedGame == 3)
{
lblPlayer1.Visibility = Visibility.Visible;
dropdownPlayer1.Visibility = Visibility.Visible;
Expand Down

0 comments on commit 2dc4c54

Please sign in to comment.