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

@ -40,7 +40,7 @@ namespace osu.Game.Rulesets.Osu.Objects
public Color4 ComboColour { get; set; } = Color4.Gray;
public virtual bool NewCombo { get; set; }
public int ComboIndex { get; set; }
public int IndexInCurrentCombo { get; set; }
public double HitWindowFor(HitResult result)
{