mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Fix box colour getting stuck when changing active mode
This commit is contained in:
parent
5b8bd24140
commit
f71343c880
@ -145,6 +145,7 @@ namespace osu.Game.Screens.Utility
|
||||
if (!isActive.Value)
|
||||
{
|
||||
lastFrameTime = null;
|
||||
box.Colour = overlayColourProvider.Colour1;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user