audio: Fix comment

This commit is contained in:
Hajime Hoshi 2017-02-18 15:48:31 +09:00
parent 8bfcea8f42
commit 5da58fc949

View File

@ -27,7 +27,7 @@ import (
) )
// As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075), // As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075),
// let's use github.com/timshannon/go-openal instead. // let's use github.com/hajimehoshi/go-openal instead.
const ( const (
maxBufferNum = 8 maxBufferNum = 8