mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
DrawableCircle -> DrawableHitCircle.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user