raylib.com
raylib.com copied to clipboard
ImageRotate degrees in float ?
Currently, degrees parameter of ImageRotate function is an int. Is it possible to change it as a float ? In fact, the parameter is converted directly into radians, so I think there's nothing to prevent it from being a float.