mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rolled back the bad earlier implementation
This commit is contained in:
@ -16,8 +16,6 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
/// </summary>
|
||||
private const double second_hit_window = 30;
|
||||
|
||||
protected override bool PlaysSamples => true;
|
||||
|
||||
private double firstHitTime;
|
||||
private bool firstKeyHeld;
|
||||
private TaikoAction firstHitAction;
|
||||
@ -55,15 +53,6 @@ namespace osu.Game.Rulesets.Taiko.Objects.Drawables
|
||||
return base.OnReleased(action);
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
if (Samples.Count > 1)
|
||||
// Removes the "normal" hitsound, leaving only the hitfinish one
|
||||
Samples.RemoveAt(0);
|
||||
}
|
||||
|
||||
public override bool OnPressed(TaikoAction action)
|
||||
{
|
||||
if (AllJudged)
|
||||
|
Reference in New Issue
Block a user