1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 02:25:29 +08:00

Fix basic code quality issues

This commit is contained in:
Salman Alshamrani
2025-02-05 21:47:15 -05:00
Unverified
parent 04a3ee863c
commit 467ea91105
2 changed files with 2 additions and 2 deletions
@@ -264,5 +264,6 @@ namespace osu.Game.Screens.SelectV2
}
public record GroupDefinition(string Title);
public record StarsGroupDefinition(int StarNumber);
}
+1 -2
View File
@@ -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),