mirror of
https://github.com/libretro/RetroArch
synced 2025-04-22 08:43:05 +00:00
(GLUI) Don't animate navigation clear, it's ugly in some cases
This commit is contained in:
parent
d9409e071f
commit
c8af545fd9
@ -644,8 +644,7 @@ static void glui_navigation_clear(bool pending_push)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
menu->begin = 0;
|
menu->begin = 0;
|
||||||
menu_animation_push(menu->animation, 10, 0,
|
menu->scroll_y = 0;
|
||||||
&menu->scroll_y, EASING_IN_OUT_QUAD, NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void glui_navigation_set(bool scroll)
|
static void glui_navigation_set(bool scroll)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user