mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-23 05:02:46 +00:00
Prevent warning
This commit is contained in:
parent
402a2fd03a
commit
2ccafff5c3
@ -185,9 +185,9 @@ static void menu_display_d3d_draw_pipeline(void *data)
|
||||
menu_display_ctx_draw_t *draw = (menu_display_ctx_draw_t*)data;
|
||||
struct uniform_info uniform_param = {0};
|
||||
static float t = 0;
|
||||
video_coord_array_t *ca = NULL;
|
||||
video_coord_array_t *ca = menu_display_get_coords_array();
|
||||
|
||||
ca = menu_display_get_coords_array();
|
||||
(void)uniform_param;
|
||||
|
||||
draw->x = 0;
|
||||
draw->y = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user