mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +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,
|
unsigned width, unsigned height,
|
||||||
bool is_idle)
|
bool is_idle)
|
||||||
{
|
{
|
||||||
unsigned bottom, header_height;
|
int bottom, header_height;
|
||||||
menu_input_pointer_t pointer;
|
menu_input_pointer_t pointer;
|
||||||
size_t i = 0;
|
size_t i = 0;
|
||||||
materialui_handle_t *mui = (materialui_handle_t*)data;
|
materialui_handle_t *mui = (materialui_handle_t*)data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user