1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 22:30:36 +08:00

Update naming

This commit is contained in:
Dean Herbert
2020-06-23 13:49:18 +09:00
Unverified
parent b289beca53
commit 4554a7db33
13 changed files with 20 additions and 20 deletions
@@ -147,7 +147,7 @@ namespace osu.Game.Graphics.UserInterface
};
}
protected override void OnNewBeat(int beatIndex, TimingControlPoint timingPoint, EffectControlPoint effectPoint, TrackAmplitudes amplitudes)
protected override void OnNewBeat(int beatIndex, TimingControlPoint timingPoint, EffectControlPoint effectPoint, ChannelAmplitudes amplitudes)
{
if (!hasSelection)
this.FadeTo(0.7f).FadeTo(0.4f, timingPoint.BeatLength, Easing.InOutSine);