Skip to content

Commit fc0e83f

Browse files
committed
Call superclass stop method
1 parent 787ff31 commit fc0e83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Scripts/BasicAudioSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public override void Play()
2929

3030
public override void Stop()
3131
{
32+
base.Stop();
3233
_audioFilter.AudioRead -= OnAudioRead;
3334
Source.Stop();
3435
}

0 commit comments

Comments
 (0)