mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
audio/internal/go2cpp: Add a comment
This commit is contained in:
parent
a7dd00596a
commit
2dc37d30de
@ -183,6 +183,7 @@ func (p *Player) loop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err == io.EOF {
|
if err == io.EOF {
|
||||||
|
// TODO: This should be Pause instead of Close for Rewind
|
||||||
p.Close()
|
p.Close()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user