Fixed many casting issues.

This commit is contained in:
2021-08-21 12:18:01 -07:00
parent 45690cb975
commit d95047398d
26 changed files with 133 additions and 212 deletions

View File

@ -31,4 +31,4 @@ void renderDispose();
* @param width Width of the display (in pixels).
* @param height Height of the display (in pixels).
*/
void renderSetResolution(render_t *render, int32_t width, int32_t height);
void renderSetResolution(render_t *render, float width, float height);