mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
Fix typo in comment
This commit is contained in:
parent
7ac4d2c4be
commit
deea75b2e9
@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
switch (hitObject)
|
switch (hitObject)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
// there are quite a few drawable hit types we don't want to extent (spinners, ticks etc.)
|
// there are quite a few drawable hit types we don't want to extend (spinners, ticks etc.)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case DrawableSlider _:
|
case DrawableSlider _:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user