Leif Henriksen

Results 2 issues of Leif Henriksen

Hi, I am compiling tileson with -Wall -Wextra -Wpedantic and gcc version 9.3.0 and I am getting some warnings, I have fixed three of them that you can see in...

bug

Hi, when using `ma_sound_stop_with_fade_in_milliseconds()` I cannot restart/reuse the sound afterwards. Also after `ma_sound_stop_with_fade_in_milliseconds()` `ma_sound_is_playing(sound)` and `ma_sound_at_end(sound)` always return false. Is this normal behavior? Do I need to restart in another...