mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +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;
|
||||
|
||||
menu->begin = 0;
|
||||
menu_animation_push(menu->animation, 10, 0,
|
||||
&menu->scroll_y, EASING_IN_OUT_QUAD, NULL);
|
||||
menu->scroll_y = 0;
|
||||
}
|
||||
|
||||
static void glui_navigation_set(bool scroll)
|
||||
|
Loading…
x
Reference in New Issue
Block a user