mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
test: Fixed wrong verbose flag check (thanks, watcom.hecht!).
Fixes Bugzilla #4826.
This commit is contained in:
parent
16dee35cfe
commit
e9c1e1269c
@ -1072,7 +1072,7 @@ SDLTest_CommonInit(SDLTest_CommonState * state)
|
||||
SDL_GetError());
|
||||
return SDL_FALSE;
|
||||
}
|
||||
if (state->verbose & VERBOSE_VIDEO) {
|
||||
if (state->verbose & VERBOSE_AUDIO) {
|
||||
SDL_Log("Audio driver: %s\n",
|
||||
SDL_GetCurrentAudioDriver());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user