mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(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…
x
Reference in New Issue
Block a user