1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Fix accidentally removed code

This commit is contained in:
jvyden 2021-04-18 23:30:07 -04:00
parent e44d11667c
commit 999f2d810c
No known key found for this signature in database
GPG Key ID: 18BCF2BE0262B278

View File

@ -173,6 +173,8 @@ namespace osu.Game.Tests.Visual.Components
RelativeSizeAxes = Axes.Both,
},
};
idleTracker.IsIdle.BindValueChanged(idle => box.Colour = idle.NewValue ? Color4.White : Color4.Black, true);
}
}
}