mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
#nullable disable
|
||||
|
||||
using System.Diagnostics;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Sprites;
|
||||
using osu.Framework.Localisation;
|
||||
@ -29,8 +28,6 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
|
||||
var r = ruleset.CreateInstance();
|
||||
|
||||
Debug.Assert(r != null);
|
||||
|
||||
foreach (int variant in r.AvailableVariants)
|
||||
Add(new VariantBindingsSubsection(ruleset, variant));
|
||||
}
|
||||
|
Reference in New Issue
Block a user