mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Fix merge fail.
This commit is contained in:
parent
4783d17d94
commit
1942ef9e8f
@ -250,7 +250,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
{
|
||||
Time = time,
|
||||
BeatLength = beatLength,
|
||||
VelocityAdjustment = beatLength < 0 ? -beatLength / 100.0 : 1,
|
||||
SpeedMultiplier = beatLength < 0 ? -beatLength / 100.0 : 1,
|
||||
TimingChange = timingChange,
|
||||
TimeSignature = timeSignature,
|
||||
SampleBank = stringSampleSet,
|
||||
|
Loading…
Reference in New Issue
Block a user