stop static sound instance on Free

pull/48/head
cosmonaut 2023-04-05 01:18:13 -07:00
parent 1cf04a7279
commit dd06205399
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ namespace MoonWorks.Audio
public void Free()
{
StopImmediate();
Parent.FreeInstance(this);
}