mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/flappy: Remove println
This commit is contained in:
parent
e4f157d9cd
commit
21fd6a2edc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user