mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Vulkan) Fix screenshot widget crash when ticker animating (#14475)
This commit is contained in:
parent
236621d6ac
commit
3a0d8cbc50
@ -262,6 +262,7 @@ static void gfx_widget_screenshot_frame(void* data, void *user_data)
|
|||||||
ticker.s = shotname;
|
ticker.s = shotname;
|
||||||
ticker.selected = true;
|
ticker.selected = true;
|
||||||
ticker.str = state->shotname;
|
ticker.str = state->shotname;
|
||||||
|
ticker.spacer = NULL;
|
||||||
|
|
||||||
gfx_animation_ticker(&ticker);
|
gfx_animation_ticker(&ticker);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user