mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(gfx) Fix uninitialized variables in gfx_display_draw_cursor
This commit is contained in:
parent
3f00d2f041
commit
5d3719df44
@ -1055,6 +1055,8 @@ void gfx_display_draw_cursor(
|
||||
draw.texture = texture;
|
||||
draw.prim_type = GFX_DISPLAY_PRIM_TRIANGLESTRIP;
|
||||
draw.pipeline_id = 0;
|
||||
draw.scale_factor = 1.0f;
|
||||
draw.rotation = 0.0f;
|
||||
|
||||
if (dispctx->blend_begin)
|
||||
dispctx->blend_begin(userdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user