Fail if we couldn't create the specified renderer

main
Sam Lantinga 2014-04-05 16:25:30 -07:00
parent 83200a3225
commit d5c109b2f4
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ SDLTest_CommonInit(SDLTest_CommonState * state)
break;
}
}
if (m == n) {
if (m == -1) {
fprintf(stderr,
"Couldn't find render driver named %s",
state->renderdriver);