examples/flappy: Remove println

This commit is contained in:
Hajime Hoshi 2018-07-04 00:23:34 +09:00
parent e4f157d9cd
commit 21fd6a2edc

View File

@ -121,7 +121,6 @@ func init() {
jumpD, err := vorbis.Decode(audioContext, audio.BytesReadSeekCloser(raudio.Jump_ogg))
if err != nil {
println("!?")
log.Fatal(err)
}
jumpPlayer, err = audio.NewPlayer(audioContext, jumpD)