Skip to content

Commit

Permalink
再生時に自動的に停止するように
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaki0331 committed Nov 13, 2023
1 parent a92bb14 commit 8be6aa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WindowManiaPlayer2/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ void load()
}
private void playerplay_Click(object sender, EventArgs e)
{
try
{
StopSound();
}
catch{}
load();
int faster = 0;
for (int i = 0; i < notesObjects.Count; i++)
Expand Down

0 comments on commit 8be6aa5

Please sign in to comment.