1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Remove line that shouldn't have been added yet

This commit is contained in:
smoogipoo 2017-11-28 19:06:46 +09:00
parent 567e378bbb
commit eaf2b1d94d

View File

@ -19,8 +19,6 @@ namespace osu.Game.Rulesets.Mania.Replays
this.container = container;
}
protected override bool AtImportantFrame => CurrentFrame.MouseX != PreviousFrame.MouseX;
private ManiaPlayfield playfield;
public override List<InputState> GetPendingStates()
{