Add interfaces to CatchBaseHit

This commit is contained in:
Dean Herbert
2017-09-19 21:40:38 +09:00
parent 4b68950428
commit 0aa152974a
4 changed files with 6 additions and 5 deletions

View File

@ -56,7 +56,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawable
Size = new Vector2(pulp_size * 2.2f, pulp_size * 2.8f);
RelativePositionAxes = Axes.Both;
X = h.Position;
X = h.X;
AccentColour = HitObject.ComboColour;