mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
audio: Bug fix: Compile error
This commit is contained in:
parent
d9967c53e5
commit
5b768679a3
@ -51,6 +51,10 @@ func (c *dummyContext) Resume() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *dummyContext) Err() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *dummyPlayer) Pause() {
|
||||
p.m.Lock()
|
||||
p.playing = false
|
||||
|
Loading…
Reference in New Issue
Block a user