mirror of
https://github.com/ppy/osu.git
synced 2024-11-16 05:37:24 +08:00
To satisfy CodeFactor
This commit is contained in:
parent
d02c291168
commit
649cfb11fc
@ -270,7 +270,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
{
|
||||
double beat = (hitObject.StartTime - selectedGroup.Value!.Time) / timing.BeatLength;
|
||||
|
||||
hitObject.StartTime = beat * newBeatLength + selectedGroup.Value.Time;
|
||||
hitObject.StartTime = (beat * newBeatLength) + selectedGroup.Value.Time;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user