Actions
Bug #1467
closedsdl: get_pixel() x & y parameter size too small
Start date:
05/28/2025
Due date:
% Done:
0%
Estimated time:
Description
get_pixel() x and y parameters' types should be big enough to hold SDL_Rect dimensions, i.e., 'int'. Currently they are 'Sint16'.
Files
Actions