mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Circle -> HitCircle.
This commit is contained in:
@ -38,7 +38,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
int time = 1500;
|
||||
for (int i = 0; i < 50; i++)
|
||||
{
|
||||
objects.Add(new Circle()
|
||||
objects.Add(new HitCircle()
|
||||
{
|
||||
StartTime = time,
|
||||
Position = new Vector2(RNG.Next(0, 512), RNG.Next(0, 384)),
|
||||
|
Reference in New Issue
Block a user