audio/vorbis: Bug fix: compible error in JS

This commit is contained in:
Hajime Hoshi 2016-04-19 02:43:06 +09:00
parent 5ae624b891
commit 895c559b8e

View File

@ -21,7 +21,7 @@ import (
"io/ioutil" "io/ioutil"
"github.com/gopherjs/gopherjs/js" "github.com/gopherjs/gopherjs/js"
"github.com/hajimehoshi/ebiten/exp/audio" "github.com/hajimehoshi/ebiten/audio"
) )
// TODO: This just uses decodeAudioData can treat audio files other than Ogg/Vorbis. // TODO: This just uses decodeAudioData can treat audio files other than Ogg/Vorbis.