1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 05:02:56 +08:00

resolving the lost code problem

This commit is contained in:
Vidalee 2018-05-22 23:40:23 +02:00 committed by GitHub
commit d73c3d0da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,6 @@ namespace osu.Game.Rulesets.Mods
return;
d.ApplyCustomUpdateState += ApplyHiddenState;
d.HitObject.TimeFadein = d.HitObject.TimePreempt * fade_in_duration_multiplier;
}
}