mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 14:52:56 +08:00
Fix fruit representation not cycling as often as it should
This commit is contained in:
parent
dff218afd1
commit
d3844f912a
@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Catch.Objects
|
|||||||
|
|
||||||
public int IndexInBeatmap { get; set; }
|
public int IndexInBeatmap { get; set; }
|
||||||
|
|
||||||
public virtual FruitVisualRepresentation VisualRepresentation => (FruitVisualRepresentation)(ComboIndex % 4);
|
public virtual FruitVisualRepresentation VisualRepresentation => (FruitVisualRepresentation)(IndexInBeatmap % 4);
|
||||||
|
|
||||||
public virtual bool NewCombo { get; set; }
|
public virtual bool NewCombo { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user