mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:07:33 +08:00
Use value because we need to.
This commit is contained in:
parent
f1d0b77d10
commit
46ae8bc86b
@ -77,7 +77,8 @@ namespace osu.Game.Overlays.Music
|
||||
{
|
||||
set
|
||||
{
|
||||
InvalidateLayout();
|
||||
if (value)
|
||||
InvalidateLayout();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user