Closed Lachee closed 4 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.
Goification has been moved to issue #3
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.