mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +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)
|
if (!isActive.Value)
|
||||||
{
|
{
|
||||||
lastFrameTime = null;
|
lastFrameTime = null;
|
||||||
|
box.Colour = overlayColourProvider.Colour1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user