mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Fix inspection
This commit is contained in:
parent
d4fed43be7
commit
c031aeb14c
@ -379,7 +379,7 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
beatmap.ControlPointInfo.Add(time, new DifficultyControlPoint
|
beatmap.ControlPointInfo.Add(time, new DifficultyControlPoint
|
||||||
{
|
{
|
||||||
SpeedMultiplier = speedMultiplier,
|
SpeedMultiplier = speedMultiplier,
|
||||||
AutoGenerated = timingChange
|
AutoGenerated = false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user