macroquad
macroquad copied to clipboard
add normalized function for Rect struct - 995
#995
in cases where there is a Rect with a negative width or height, Rect::normalized(&self) returns a Rect with a positive width and height, adjusting the corner back to the top left
Please merge this.
Thanks for PR!