1
0
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:
Dean Herbert 2017-05-02 16:49:27 +09:00
parent f1d0b77d10
commit 46ae8bc86b

View File

@ -77,7 +77,8 @@ namespace osu.Game.Overlays.Music
{
set
{
InvalidateLayout();
if (value)
InvalidateLayout();
}
}