mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
parent
3b851da6f7
commit
a359e7f222
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void fluid_sdl2_audio_driver_settings(fluid_settings_t *settings)
|
|||
|
||||
if(!SDL_WasInit(SDL_INIT_AUDIO))
|
||||
{
|
||||
FLUID_LOG(FLUID_ERR, "SDL2 not initialized");
|
||||
FLUID_LOG(FLUID_WARN, "SDL2 not initialized, SDL2 audio driver won't be usable");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue