mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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 {
|
||||
// TODO: This should be Pause instead of Close for Rewind
|
||||
p.Close()
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user