sdlada icon indicating copy to clipboard operation
sdlada copied to clipboard

* Fix interfacing to Get/Set_Logical_Size.

Open Jellix opened this issue 4 years ago • 0 comments

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.

Jellix avatar Oct 09 '20 18:10 Jellix