Fix accidentally removed code

This commit is contained in:
jvyden
2021-04-18 23:30:07 -04:00
parent e44d11667c
commit 999f2d810c

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);
}
}
}