mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Turn on warnings, resolve issues
This commit is contained in:
@ -10,7 +10,7 @@ namespace osu.Game.Overlays.Settings
|
||||
{
|
||||
protected override OsuDropdown<T> CreateDropdown() => new DropdownControl();
|
||||
|
||||
protected class DropdownControl : OsuEnumDropdown<T>
|
||||
protected new class DropdownControl : OsuEnumDropdown<T>
|
||||
{
|
||||
public DropdownControl()
|
||||
{
|
||||
|
Reference in New Issue
Block a user