Adjusted system info fade speed to match background fade speed.

This commit is contained in:
Aloshi 2014-06-07 11:26:18 -05:00
parent 8efbc953d0
commit 50df31b8b9

View file

@ -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();