mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: fix a wrong comment
This commit is contained in:
parent
75e84f6eda
commit
abc8697ea3
@ -21,7 +21,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// player is exactly same as the interface oto.Player.
|
// player is almost the same as the interface oto.Player.
|
||||||
// This is defined in order to remove the dependency on Oto from this file.
|
// This is defined in order to remove the dependency on Oto from this file.
|
||||||
type player interface {
|
type player interface {
|
||||||
Pause()
|
Pause()
|
||||||
|
Loading…
Reference in New Issue
Block a user