mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
range and precision for EditorWaveformOpacity
This commit is contained in:
parent
0e502de8b4
commit
a44c7c7514
@ -172,7 +172,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.DiscordRichPresence, DiscordRichPresenceMode.Full);
|
||||
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f, 0f, 1f, 0.25f);
|
||||
|
||||
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user