DrawableCircle -> DrawableHitCircle.

This commit is contained in:
Dean Herbert
2016-11-16 16:20:58 +09:00
parent da1f6eeab5
commit fba748b24e
3 changed files with 5 additions and 6 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Desktop.VisualTests.Tests
Position = new Vector2((i - count / 2) * 14),
};
Add(new DrawableCircle(h)
Add(new DrawableHitCircle(h)
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,