(MaterialUI) Fix handle float cast overflow

This commit is contained in:
Twinaphex 2019-09-24 11:38:29 +02:00
parent a1f2c6197f
commit 89ae74fba6

View File

@ -686,7 +686,7 @@ static void materialui_render(void *data,
unsigned width, unsigned height,
bool is_idle)
{
unsigned bottom, header_height;
int bottom, header_height;
menu_input_pointer_t pointer;
size_t i = 0;
materialui_handle_t *mui = (materialui_handle_t*)data;