mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Add comment
This commit is contained in:
parent
b0d323918a
commit
22f16f0c23
@ -164,6 +164,7 @@ func (p *player) play() error {
|
||||
m.Unlock()
|
||||
|
||||
go func() {
|
||||
// TODO: Is it OK to close asap?
|
||||
defer p.close()
|
||||
for {
|
||||
err := p.proceed()
|
||||
|
Loading…
Reference in New Issue
Block a user