1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 01:43:01 +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,6 +77,7 @@ namespace osu.Game.Overlays.Music
{
set
{
if (value)
InvalidateLayout();
}
}