mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +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()
|
m.Unlock()
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
|
// TODO: Is it OK to close asap?
|
||||||
defer p.close()
|
defer p.close()
|
||||||
for {
|
for {
|
||||||
err := p.proceed()
|
err := p.proceed()
|
||||||
|
Loading…
Reference in New Issue
Block a user