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
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ public ManiaFramedReplayInputHandler(Replay replay, ManiaRulesetContainer contai
this.container = container;
}
protected override bool AtImportantFrame => CurrentFrame.MouseX != PreviousFrame.MouseX;
private ManiaPlayfield playfield;
public override List<InputState> GetPendingStates()
{