mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
parent
67429e5057
commit
0673b384d8
@ -299,8 +299,8 @@ func (p *Player) finalize() {
|
|||||||
|
|
||||||
// Close closes the stream.
|
// Close closes the stream.
|
||||||
//
|
//
|
||||||
// When closing, the stream owned by the player will also be closed by calling its Close.
|
// When Close is called, the stream owned by the player is NOT closed,
|
||||||
// This means that the source stream passed via NewPlayer will also be closed.
|
// even if the stream implements io.Closer.
|
||||||
//
|
//
|
||||||
// Close returns error when the player is already closed.
|
// Close returns error when the player is already closed.
|
||||||
func (p *Player) Close() error {
|
func (p *Player) Close() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user