mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (p *dummyReaderPlayer) Err() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (p *dummyReaderPlayer) Close() error {
|
func (p *dummyReaderPlayer) Close() error {
|
||||||
p.m.Lock()
|
p.m.Lock()
|
||||||
defer p.m.Unlock()
|
defer p.m.Unlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user