Circle -> HitCircle.

This commit is contained in:
Dean Herbert
2016-11-16 16:16:45 +09:00
parent 37edbd355e
commit da1f6eeab5
8 changed files with 9 additions and 9 deletions

View File

@ -38,7 +38,7 @@ namespace osu.Desktop.VisualTests.Tests
for (int i = 0; i < count; i++)
{
var h = new Circle
var h = new HitCircle
{
StartTime = ourClock.CurrentTime + 1000 + i * 80,
Position = new Vector2((i - count / 2) * 14),