mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
add newline
This commit is contained in:
parent
e5171aaebf
commit
f21c9fb520
@ -44,6 +44,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
foreach (var drawable in playfield.HitObjectContainer.AliveObjects)
|
foreach (var drawable in playfield.HitObjectContainer.AliveObjects)
|
||||||
{
|
{
|
||||||
WorkingHitObject = drawable;
|
WorkingHitObject = drawable;
|
||||||
|
|
||||||
switch (drawable)
|
switch (drawable)
|
||||||
{
|
{
|
||||||
case DrawableHitCircle circle:
|
case DrawableHitCircle circle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user