mirror of https://github.com/ppy/osu
Remove redundant parenthesis
This commit is contained in:
parent
38b8baf095
commit
d9782b5ef6
|
@ -60,7 +60,7 @@ public override void UpdateFrom(HitCircle hitObject)
|
|||
|
||||
Scale = new Vector2(hitObject.Scale);
|
||||
|
||||
if ((hitObject is IHasComboInformation combo))
|
||||
if (hitObject is IHasComboInformation combo)
|
||||
ring.BorderColour = combo.GetComboColour(skin);
|
||||
|
||||
double editorTime = editorClock.CurrentTime;
|
||||
|
|
Loading…
Reference in New Issue