From 0026a91d62c6843901dc548e0a3993dba5c22f5c Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 30 Jul 2016 14:37:07 -0500 Subject: [PATCH] clear the runloop variable --- command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/command.c b/command.c index af5f331d67..33618f9a2d 100644 --- a/command.c +++ b/command.c @@ -1391,6 +1391,7 @@ static void command_event_restore_default_shader_preset(void) { /* auto shader preset: reload the original shader */ config_unload_shader_preset(); + runloop_ctl(RUNLOOP_CTL_CLEAR_DEFAULT_SHADER_PRESET, NULL); } static bool command_event_save_auto_state(void)