mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
audio/vorbis: Bug fix: decode.go shouldn't be compiled for JS
This commit is contained in:
parent
ba2df59c3a
commit
07bc077f5b
@ -12,6 +12,8 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !js
|
||||
|
||||
package vorbis
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user