mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +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()
|
p.m.Unlock()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Current returns the current position.
|
// Current returns the current position in time.
|
||||||
func (p *Player) Current() time.Duration {
|
func (p *Player) Current() time.Duration {
|
||||||
return p.p.Current()
|
return p.p.Current()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user