mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Adjusted system info fade speed to match background fade speed.
This commit is contained in:
parent
8efbc953d0
commit
50df31b8b9
|
@ -169,7 +169,7 @@ void SystemView::onCursorChanged(const CursorState& state)
|
|||
[infoStartOpacity, this] (float t)
|
||||
{
|
||||
mSystemInfo.setOpacity((unsigned char)(lerp<float>(infoStartOpacity, 0.f, t) * 255));
|
||||
}, (int)(infoStartOpacity * 300));
|
||||
}, (int)(infoStartOpacity * 150));
|
||||
|
||||
unsigned int gameCount = getSelected()->getGameCount();
|
||||
|
||||
|
|
Loading…
Reference in a new issue