mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 10:42:54 +08:00
Merge branch 'taiko_drumroll_base' into taiko_drumroll_drawable
This commit is contained in:
commit
70be33bde0
@ -106,15 +106,5 @@ namespace osu.Game.Modes.Taiko.Objects
|
|||||||
first = false;
|
first = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override TaikoHitType Type
|
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
SampleType st = Sample?.Type ?? SampleType.None;
|
|
||||||
|
|
||||||
return TaikoHitType.DrumRoll | ((st & SampleType.Finish) > 0 ? TaikoHitType.Finisher : TaikoHitType.None);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -15,7 +15,5 @@ namespace osu.Game.Modes.Taiko.Objects
|
|||||||
/// <para>Half of this value is the hit window of the tick.</para>
|
/// <para>Half of this value is the hit window of the tick.</para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double TickTimeDistance;
|
public double TickTimeDistance;
|
||||||
|
|
||||||
public override TaikoHitType Type => TaikoHitType.DrumRollTick;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user