mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Adjust cursor trail display length
In line with shader change at ad5ddec7b2
This commit is contained in:
parent
df2815f19e
commit
5092fe5596
@ -99,7 +99,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
|
||||
const int fade_clock_reset_threshold = 1000000;
|
||||
|
||||
time = (float)(Time.Current - timeOffset) / 500f;
|
||||
time = (float)(Time.Current - timeOffset) / 300f;
|
||||
if (time > fade_clock_reset_threshold)
|
||||
resetTime();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user