mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix read of uninitialized memory.
This commit is contained in:
parent
183d2fcabd
commit
74013c220a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue