Adjusted the time needed to reach the highest scrolling tier.

This commit is contained in:
Leon Styhre 2021-01-23 16:42:58 +01:00
parent 8173ccda80
commit 0b5d9cfc52

View file

@ -37,7 +37,7 @@ struct ScrollTierList {
// Default scroll tiers.
const ScrollTier QUICK_SCROLL_TIERS[] = {
{500, 500},
{2000, 114},
{1400, 114},
{0, 16}
};
const ScrollTierList LIST_SCROLL_STYLE_QUICK = {