mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Fix warning
This commit is contained in:
parent
ac88acc851
commit
d734b98b20
@ -67,7 +67,7 @@ typedef struct menu_animation menu_animation_t;
|
||||
|
||||
static const char ticker_spacer_default[] = TICKER_SPACER_DEFAULT;
|
||||
|
||||
static menu_animation_t anim = {0};
|
||||
static menu_animation_t anim = {{0}};
|
||||
static retro_time_t cur_time = 0;
|
||||
static retro_time_t old_time = 0;
|
||||
static uint64_t ticker_idx = 0; /* updated every TICKER_SPEED ms */
|
||||
|
Loading…
Reference in New Issue
Block a user