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
9b965a6308
commit
4fcfdb39d4
@ -116,7 +116,7 @@ func (p *dummyReaderPlayer) SetVolume(volume float64) {
|
||||
p.volume = volume
|
||||
}
|
||||
|
||||
func (p *dummyReaderPlayer) UnplayedBufferSize() int64 {
|
||||
func (p *dummyReaderPlayer) UnplayedBufferSize() int {
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user