1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Fix box colour getting stuck when changing active mode

This commit is contained in:
Dean Herbert 2022-06-10 14:28:46 +09:00
parent 5b8bd24140
commit f71343c880

View File

@ -145,6 +145,7 @@ namespace osu.Game.Screens.Utility
if (!isActive.Value)
{
lastFrameTime = null;
box.Colour = overlayColourProvider.Colour1;
return;
}