Lachee / raylib-goplus

A newer version of the Go bindings for Raylib
zlib License
76 stars 6 forks source link

LoadMusicStream Hard Crash #1

Closed Lachee closed 4 years ago

Lachee commented 5 years ago

Issue LoadMusicStream will hard crash if the InitAudioDevice has not yet been called.

Expected Result LoadMusicStream should throw an error

Proposal LoadMusicStream should return Music and Error to follow Go Paradigms, throwing if audio is not yet initialized.

Lachee commented 4 years ago

Goification has been moved to issue #3