mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Reimplement important frames
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
|
||||
using osu.Game.Rulesets.Replays;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using osu.Framework.Input;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Replays
|
||||
@ -14,6 +15,8 @@ namespace osu.Game.Rulesets.Taiko.Replays
|
||||
{
|
||||
}
|
||||
|
||||
protected override bool IsImportant(TaikoReplayFrame frame) => frame.Actions.Any();
|
||||
|
||||
public override List<InputState> GetPendingStates() => new List<InputState> { new ReplayState<TaikoAction> { PressedActions = CurrentFrame.Actions } };
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user