mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
audio: Fix a comment
This commit is contained in:
parent
5551a70776
commit
d6c1bb2ae8
@ -319,7 +319,7 @@ func NewPlayerFromBytes(context *Context, src []byte) (*Player, error) {
|
||||
|
||||
// Close closes the stream. Ths source stream passed by NewPlayer will also be closed.
|
||||
//
|
||||
// After closing, the stream owned by the player will also be closed by calling its Close.
|
||||
// When closing, the stream owned by the player will also be closed by calling its Close.
|
||||
//
|
||||
// This function is concurrent-safe.
|
||||
func (p *Player) Close() error {
|
||||
|
Loading…
Reference in New Issue
Block a user