Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 2, 2012
1 parent 700b1ba commit fe35c26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/render/SDL_render.c
Expand Up @@ -993,6 +993,8 @@ UpdateLogicalSize(SDL_Renderer *renderer)

/* Set the new scale */
SDL_RenderSetScale(renderer, scale, scale);

return 0;
}

int
Expand Down

0 comments on commit fe35c26

Please sign in to comment.