mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
fix read of uninitialized memory.
This commit is contained in:
parent
183d2fcabd
commit
74013c220a
@ -1136,6 +1136,7 @@ void menu_display_draw_cursor(
|
||||
draw.matrix_data = NULL;
|
||||
draw.texture = texture;
|
||||
draw.prim_type = MENU_DISPLAY_PRIM_TRIANGLESTRIP;
|
||||
draw.pipeline.id = 0;
|
||||
|
||||
menu_display_draw(&draw);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user