mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(XMB) unhardcode a value
This commit is contained in:
parent
57a7e89727
commit
8cdaccdb9e
@ -744,7 +744,7 @@ static void xmb_list_switch_new(xmb_handle_t *xmb, file_list_t *list, int dir, s
|
||||
node->label_alpha = 0;
|
||||
|
||||
if (i == current)
|
||||
ia = 1.0;
|
||||
ia = xmb->item.active.alpha;
|
||||
|
||||
xmb_push_animations(node, ia, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user