mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Add comments
This commit is contained in:
parent
80ae508d29
commit
bea5b0f685
@ -559,7 +559,7 @@ func (p *playerImpl) Pause() {
|
||||
p.m.Unlock()
|
||||
}
|
||||
|
||||
// Current returns the current position.
|
||||
// Current returns the current position in time.
|
||||
func (p *Player) Current() time.Duration {
|
||||
return p.p.Current()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user