(MaterialUI) Fix handle float cast overflow
This commit is contained in:
parent
a1f2c6197f
commit
89ae74fba6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue