Fix missing comment

This commit is contained in:
Dean Herbert 2023-01-18 16:04:14 +09:00
parent bfb75730a9
commit 8bfd853889

View File

@ -173,7 +173,7 @@ namespace osu.Game.Screens.Play.HUD
protected override void UpdateValue(float value)
{
//
// Handled in Update
}
protected override void Update()