mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 12:32:58 +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;
|
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)
|
if (time > fade_clock_reset_threshold)
|
||||||
resetTime();
|
resetTime();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user