Move menu cursor rotation to more appropriate settings section

This commit is contained in:
Dean Herbert
2019-09-18 02:15:18 +09:00
parent fd3e2375bb
commit b5b29a21e7
3 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Settings.Sections
new RendererSettings(),
new LayoutSettings(),
new DetailSettings(),
new MainMenuSettings(),
new UserInterfaceSettings(),
};
}
}