mirror of
https://github.com/yawut/SDL.git
synced 2026-07-31 15:37:17 -05:00
Fixed a compiler warning
This commit is contained in:
parent
aab04f8c71
commit
a7dc767823
|
|
@ -993,6 +993,8 @@ UpdateLogicalSize(SDL_Renderer *renderer)
|
|||
|
||||
/* Set the new scale */
|
||||
SDL_RenderSetScale(renderer, scale, scale);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user