mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 20:13:22 +08:00
Use a better default for difficulty values
This commit is contained in:
parent
df60fc0f0a
commit
6016310b09
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user