Skip to content

Commit

Permalink
Tests: Somehow tabs leaked in...
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSchaefer committed Jul 13, 2016
1 parent f241385 commit bebb6de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/testcustomcursor.c
Expand Up @@ -167,11 +167,11 @@ main(int argc, char *argv[])
quit(2);
}

for (i = 0; i < state->num_windows; ++i) {
SDL_Renderer *renderer = state->renderers[i];
SDL_SetRenderDrawColor(renderer, 0xA0, 0xA0, 0xA0, 0xFF);
SDL_RenderClear(renderer);
}
for (i = 0; i < state->num_windows; ++i) {
SDL_Renderer *renderer = state->renderers[i];
SDL_SetRenderDrawColor(renderer, 0xA0, 0xA0, 0xA0, 0xFF);
SDL_RenderClear(renderer);
}

cursor = init_system_cursor(arrow);
SDL_SetCursor(cursor);
Expand Down

0 comments on commit bebb6de

Please sign in to comment.