From 3a0d8cbc50e75b9e5d6db594f2ad8f2e67095040 Mon Sep 17 00:00:00 2001 From: sonninnos <45124675+sonninnos@users.noreply.github.com> Date: Wed, 5 Oct 2022 03:09:56 +0300 Subject: [PATCH] (Vulkan) Fix screenshot widget crash when ticker animating (#14475) --- gfx/widgets/gfx_widget_screenshot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/widgets/gfx_widget_screenshot.c b/gfx/widgets/gfx_widget_screenshot.c index 402af0e9fa..b9711c70c7 100644 --- a/gfx/widgets/gfx_widget_screenshot.c +++ b/gfx/widgets/gfx_widget_screenshot.c @@ -262,6 +262,7 @@ static void gfx_widget_screenshot_frame(void* data, void *user_data) ticker.s = shotname; ticker.selected = true; ticker.str = state->shotname; + ticker.spacer = NULL; gfx_animation_ticker(&ticker);