(Vulkan) Fix screenshot widget crash when ticker animating (#14475)

This commit is contained in:
sonninnos 2022-10-05 03:09:56 +03:00 committed by GitHub
parent 236621d6ac
commit 3a0d8cbc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);