Fix Null audio driver
This commit is contained in:
parent
fa6eb3d3a0
commit
d0ed23cf73
|
@ -71,6 +71,11 @@ func (p Playable) Play(loops int) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Playing?
|
||||||
|
func (p Playable) Playing() bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
// Pause nothing
|
// Pause nothing
|
||||||
func (p Playable) Pause() error {
|
func (p Playable) Pause() error {
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user