mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #7654 from natinusala/ozone
ozone: fix flickering sidebar cursor
This commit is contained in:
commit
0bf3007f0a
@ -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…
x
Reference in New Issue
Block a user