mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: GC a player
This is not necessary but it is always better to clean up unused players.
This commit is contained in:
parent
03ca5c3b26
commit
c03ece2671
@ -133,4 +133,5 @@ func TestNonSeekableSource(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p.Play()
|
p.Play()
|
||||||
|
p.Pause()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user