mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fail if we couldn't create the specified renderer
This commit is contained in:
parent
83200a3225
commit
d5c109b2f4
@ -886,7 +886,7 @@ SDLTest_CommonInit(SDLTest_CommonState * state)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (m == n) {
|
if (m == -1) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"Couldn't find render driver named %s",
|
"Couldn't find render driver named %s",
|
||||||
state->renderdriver);
|
state->renderdriver);
|
||||||
|
Loading…
Reference in New Issue
Block a user