RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
584 stars 77 forks source link

AudioStream: Only Unload() if it's ready #296

Closed RobLoach closed 4 months ago

RobLoach commented 4 months ago

@akiriwas How is this? This will only call UnloadAudioStream() if the audio stream actually exists.

Fixes #290