1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 04:22:55 +08:00

Woopsie! I accidentally added one too many semi-colons, so I moved it here into the commit instead ;

This commit is contained in:
Fabep 2024-09-02 19:17:07 +02:00
parent e3457d8501
commit 582ffcfc97

View File

@ -117,7 +117,7 @@ namespace osu.Game.Overlays.Mods
default:
fadeBackgroundColor(colourProvider.Dark3);
break;
};
}
}, false);
}