Update visual tests and remove unessecary XMLDoc tag

This commit is contained in:
Lucas A
2020-04-01 15:12:31 +02:00
parent ab01111c36
commit 1562612f41
2 changed files with 26 additions and 5 deletions

View File

@ -23,7 +23,6 @@ namespace osu.Game.Screens.Play.HUD
/// <summary>
/// Bind the tracked fields of <see cref="HealthProcessor"/> to this health display.
/// </summary>
/// <param name="processor"></param>
public void BindHealthProcessor(HealthProcessor processor)
{
Current.BindTo(processor.Health);