mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:50:18 +08:00
Fix basic code quality issues
This commit is contained in:
@@ -264,5 +264,6 @@ namespace osu.Game.Screens.SelectV2
|
||||
}
|
||||
|
||||
public record GroupDefinition(string Title);
|
||||
|
||||
public record StarsGroupDefinition(int StarNumber);
|
||||
}
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace osu.Game.Screens.SelectV2
|
||||
|
||||
private Box activationFlash = null!;
|
||||
private Box outerLayer = null!;
|
||||
private Box innerLayer = null!;
|
||||
private StarRatingDisplay starRatingDisplay = null!;
|
||||
private StarCounter starCounter = null!;
|
||||
private Box hoverLayer = null!;
|
||||
@@ -108,7 +107,7 @@ namespace osu.Game.Screens.SelectV2
|
||||
Masking = true,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
innerLayer = new Box
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = Color4.Black.Opacity(0.2f),
|
||||
|
||||
Reference in New Issue
Block a user