fix voices being created in the Playing state

pull/51/head
cosmonaut 2023-08-09 16:10:00 -07:00
parent e77c87c772
commit 1de3c73bb7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace MoonWorks.Audio
}
}
private SoundState state;
private SoundState state = SoundState.Stopped;
public SoundState State
{
get