1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:53:00 +08:00

Fix wrong english

This commit is contained in:
Salman Ahmed 2020-08-05 23:41:57 +03:00
parent 1ab6110c05
commit 43161697f8

View File

@ -123,7 +123,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
var legacyVersion = skin.GetConfig<LegacySetting, decimal>(LegacySetting.Version)?.Value;
if (legacyVersion >= 2.0m)
// legacy skins of version 2.0 and newer apply immediate fade out to the number piece and only that.
// legacy skins of version 2.0 and newer only apply very short fade out to the number piece.
hitCircleText.FadeOut(legacy_fade_duration / 4, Easing.Out);
else
{