Fixed a compiler warning
This commit is contained in:
parent
3c4b366a81
commit
93b3a23ff2
1 changed files with 2 additions and 0 deletions
|
@ -993,6 +993,8 @@ UpdateLogicalSize(SDL_Renderer *renderer)
|
||||||
|
|
||||||
/* Set the new scale */
|
/* Set the new scale */
|
||||||
SDL_RenderSetScale(renderer, scale, scale);
|
SDL_RenderSetScale(renderer, scale, scale);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue