EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

undefined: oto.NewPlayer #719

Closed waltrapa closed 4 years ago

waltrapa commented 4 years ago

$ go version go version go1.14.3 linux/amd64

At try to build https://github.com/EngoEngine/engo/tree/master/demos/hello-world fail: $ go build hello.go $# github.com/EngoEngine/engo/common ../../../src/github.com/EngoEngine/engo/common/audio.go:93:21: undefined: oto.NewPlayer

oto example https://github.com/hajimehoshi/oto/blob/master/example/main.go build and run perfect.

Asday commented 4 years ago

https://github.com/hajimehoshi/oto/issues/76

otraore commented 4 years ago

Fixed via #720. Thanks for bringing attention to the issue! Let us know if you're still having any issues.