Skip to content

Commit

Permalink
added 2 new requirements and fixed unlockable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeymanboy committed Aug 13, 2019
1 parent b08a781 commit 0fc9249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BeatSaberCampaignCreator/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BeatSaberCampaignCreator/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ private void unlockableListBox_SelectedIndexChanged(object sender, EventArgs e)
}
private void UnlockableValueChanged(object sender, EventArgs e)
{
if (unlockableUpdating) return;
UpdateUnlockableInfo();
}
public void UpdateUnlockableInfo()
Expand Down

0 comments on commit 0fc9249

Please sign in to comment.