sdlada
sdlada copied to clipboard
* Fix interfacing to Get/Set_Logical_Size.
SDL_RenderGetLogicalSize and SDL_RenderSetLogicalSize have two parameters Width and Height instead of a single Size record structure and hence do not work as intended here.
This PR fixes this issue.