naming change from Hitobject to HitObject

This commit is contained in:
Maximilian Kruse
2023-02-19 10:18:22 +01:00
parent f3522c4162
commit 723a043c43
3 changed files with 8 additions and 8 deletions

View File

@ -178,7 +178,7 @@ namespace osu.Game.Configuration
SetDefault(OsuSetting.EditorDim, 0.25f, 0f, 0.75f, 0.25f);
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f, 0f, 1f, 0.25f);
SetDefault(OsuSetting.EditorShowHitMarkers, true);
SetDefault(OsuSetting.EditorSeekToHitobject, true);
SetDefault(OsuSetting.EditorSeekToHitObject, true);
SetDefault(OsuSetting.LastProcessedMetadataId, -1);
@ -375,7 +375,7 @@ namespace osu.Game.Configuration
SeasonalBackgroundMode,
EditorWaveformOpacity,
EditorShowHitMarkers,
EditorSeekToHitobject,
EditorSeekToHitObject,
DiscordRichPresence,
AutomaticallyDownloadWhenSpectating,
ShowOnlineExplicitContent,