mirror of https://github.com/libsdl-org/SDL
testcamera: don't enable verbose logging
Fixes https://github.com/libsdl-org/SDL/issues/10541
This commit is contained in:
parent
594edb6bd2
commit
6771a6020d
|
@ -97,8 +97,6 @@ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[])
|
|||
return SDL_APP_FAILURE;
|
||||
}
|
||||
|
||||
SDL_SetLogPriorities(SDL_LOG_PRIORITY_VERBOSE);
|
||||
|
||||
renderer = state->renderers[0];
|
||||
if (!renderer) {
|
||||
/* SDL_Log("Couldn't create renderer: %s", SDL_GetError()); */
|
||||
|
|
Loading…
Reference in New Issue