mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-14 20:59:06 +00:00
ozone: fix flickering sidebar cursor
This commit is contained in:
parent
6bf35ab6e8
commit
04797d9406
@ -812,7 +812,6 @@ static void ozone_update_scroll(ozone_handle_t *ozone, bool allow_animation, ozo
|
||||
else
|
||||
{
|
||||
ozone->selection_old = ozone->selection;
|
||||
ozone->animations.cursor_alpha = 1.0f;
|
||||
ozone->animations.scroll_y = new_scroll;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user