Slightly decreased the time needed to reach the highest scrolling tier.

This commit is contained in:
Leon Styhre 2021-03-14 10:04:52 +01:00
parent 6e58b5f2fa
commit 98395bc81d

View file

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