mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Use timshannon's OpenAL lib
This commit is contained in:
parent
5cd048011e
commit
acb66fffe8
@ -23,11 +23,11 @@ import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
|
||||
"github.com/hajimehoshi/go-openal/openal"
|
||||
"github.com/timshannon/go-openal/openal"
|
||||
)
|
||||
|
||||
// As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075),
|
||||
// let's use github.com/hajimehoshi/go-openal instead.
|
||||
// let's use github.com/timshannon/go-openal instead.
|
||||
|
||||
const (
|
||||
maxBufferNum = 8
|
||||
|
Loading…
Reference in New Issue
Block a user