mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Match casing in enum value
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
hyperDashTrails.Add(drawable);
|
||||
break;
|
||||
|
||||
case CatcherTrailAnimation.HyperDashAfterimage:
|
||||
case CatcherTrailAnimation.HyperDashAfterImage:
|
||||
hyperDashAfterImages.Add(drawable);
|
||||
break;
|
||||
}
|
||||
@ -98,7 +98,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
hyperDashTrails.Remove(drawable);
|
||||
break;
|
||||
|
||||
case CatcherTrailAnimation.HyperDashAfterimage:
|
||||
case CatcherTrailAnimation.HyperDashAfterImage:
|
||||
hyperDashAfterImages.Remove(drawable);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user