Rename conflicting variable

This commit is contained in:
Dean Herbert
2018-01-03 15:12:27 +09:00
parent c92345cf21
commit 31865b4d96
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
},
number = new NumberPiece
{
Text = (HitObject.ComboIndex + 1).ToString(),
Text = (HitObject.IndexInCurrentCombo + 1).ToString(),
},
ring = new RingPiece(),
flash = new FlashPiece(),