From 895c559b8e0140d1da9355e44e712d9b136845b9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 19 Apr 2016 02:43:06 +0900 Subject: [PATCH] audio/vorbis: Bug fix: compible error in JS --- audio/vorbis/decode_js.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/vorbis/decode_js.go b/audio/vorbis/decode_js.go index cad2b92d0..242961066 100644 --- a/audio/vorbis/decode_js.go +++ b/audio/vorbis/decode_js.go @@ -21,7 +21,7 @@ import ( "io/ioutil" "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.