mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Fix wrong comments
This commit is contained in:
parent
702884acf5
commit
e0a091194e
@ -25,7 +25,7 @@ import (
|
||||
)
|
||||
|
||||
// As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075),
|
||||
// let's use timshannon/go-openal.
|
||||
// let's use github.com/hajimehoshi/go-openal instead.
|
||||
|
||||
const (
|
||||
maxBufferNum = 8
|
||||
|
Loading…
Reference in New Issue
Block a user