mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Fix wrong english
This commit is contained in:
parent
1ab6110c05
commit
43161697f8
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user