audio: Fix wrong comments

This commit is contained in:
Hajime Hoshi 2016-04-10 01:13:15 +09:00
parent 702884acf5
commit e0a091194e

View File

@ -25,7 +25,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 timshannon/go-openal. // let's use github.com/hajimehoshi/go-openal instead.
const ( const (
maxBufferNum = 8 maxBufferNum = 8