mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 16:48:40 +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…
Reference in New Issue
Block a user