1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Fix inspection

This commit is contained in:
Dean Herbert 2019-10-26 00:06:05 +09:00
parent d4fed43be7
commit c031aeb14c

View File

@ -379,7 +379,7 @@ namespace osu.Game.Beatmaps.Formats
beatmap.ControlPointInfo.Add(time, new DifficultyControlPoint
{
SpeedMultiplier = speedMultiplier,
AutoGenerated = timingChange
AutoGenerated = false
});
}