(Apple/Settings data) Change handler for FPS show works properly now

This commit is contained in:
Twinaphex 2014-07-15 18:29:50 +02:00
parent 8772536c3b
commit ad2e2b1180

View File

@ -413,7 +413,7 @@ static void general_change_handler(const void *data)
if (!setting)
return;
g_settings.fps_show = setting->value.boolean;
g_settings.fps_show = *setting->value.boolean;
}