1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 21:33:44 +08:00

Fix accidentally removed code

This commit is contained in:
jvyden
2021-04-18 23:30:07 -04:00
Unverified
parent e44d11667c
commit 999f2d810c
@@ -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);
}
}
}