mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio/internal/readerdriver: Stop using the reader driver
Apparently #1680 seems pretty hard to fix. Use the old Oto implementation until this issue is fixed. Updates #1680
This commit is contained in:
parent
47dfba69a5
commit
c7ac5a32b5
@ -33,7 +33,7 @@ import (
|
||||
)
|
||||
|
||||
func IsAvailable() bool {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
type audioQueuePoolItem struct {
|
||||
|
Loading…
Reference in New Issue
Block a user