mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove correct duplicate code.
Already present on line 51.
This commit is contained in:
@ -33,12 +33,6 @@ namespace osu.Game.Rulesets.Mania.Beatmaps.Patterns.Legacy
|
|||||||
float positionSeparation = ((positionData?.Position ?? Vector2.Zero) - previousPosition).Length;
|
float positionSeparation = ((positionData?.Position ?? Vector2.Zero) - previousPosition).Length;
|
||||||
double timeSeparation = hitObject.StartTime - previousTime;
|
double timeSeparation = hitObject.StartTime - previousTime;
|
||||||
|
|
||||||
if (timeSeparation <= 125)
|
|
||||||
{
|
|
||||||
// More than 120 BPM
|
|
||||||
convertType |= PatternType.ForceNotStack;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (timeSeparation <= 80)
|
if (timeSeparation <= 80)
|
||||||
{
|
{
|
||||||
// More than 187 BPM
|
// More than 187 BPM
|
||||||
|
Reference in New Issue
Block a user