audio: Fix compile error on macOS (#324)

This commit is contained in:
Hajime Hoshi 2017-02-18 15:42:35 +09:00
parent fcbfb52191
commit 8bfcea8f42

View File

@ -23,7 +23,7 @@ import (
"fmt"
"runtime"
"github.com/timshannon/go-openal/openal"
"github.com/hajimehoshi/go-openal/openal"
)
// As x/mobile/exp/audio/al is broken on Mac OS X (https://github.com/golang/go/issues/15075),