mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Match casing in enum value
This commit is contained in:
@ -118,7 +118,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
}
|
||||
|
||||
if (!lastHyperDashState && Catcher.HyperDashing)
|
||||
displayCatcherTrail(CatcherTrailAnimation.HyperDashAfterimage);
|
||||
displayCatcherTrail(CatcherTrailAnimation.HyperDashAfterImage);
|
||||
|
||||
if (Catcher.Dashing || Catcher.HyperDashing)
|
||||
{
|
||||
|
Reference in New Issue
Block a user