1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 07:22:55 +08:00

Use a better default for difficulty values

This commit is contained in:
Dean Herbert 2017-07-18 17:27:25 +09:00
parent df60fc0f0a
commit 6016310b09

View File

@ -10,7 +10,7 @@ namespace osu.Game.Database
/// <summary>
/// The default value used for all difficulty settings except <see cref="SliderMultiplier"/> and <see cref="SliderTickRate"/>.
/// </summary>
public const float DEFAULT_DIFFICULTY = 5;
public const float DEFAULT_DIFFICULTY = 0;
[PrimaryKey, AutoIncrement]
public int ID { get; set; }