mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix remaining issues
This commit is contained in:
@ -169,10 +169,7 @@ namespace osu.Game.Screens
|
||||
Text = $@"{t.Name}",
|
||||
BackgroundColour = getColourFor(t),
|
||||
HoverColour = getColourFor(t).Lighten(0.2f),
|
||||
Action = delegate
|
||||
{
|
||||
this.Push(Activator.CreateInstance(t) as Screen);
|
||||
}
|
||||
Action = delegate { this.Push(Activator.CreateInstance(t) as Screen); }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user