mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Bug fix: Compile error for tests
This commit is contained in:
parent
f4efdd6355
commit
bf4c1e3d74
@ -116,6 +116,10 @@ func (p *dummyReaderPlayer) UnplayedBufferSize() int64 {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (p *dummyReaderPlayer) Err() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (p *dummyReaderPlayer) Close() error {
|
||||
p.m.Lock()
|
||||
defer p.m.Unlock()
|
||||
|
Loading…
Reference in New Issue
Block a user