mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
fix naming convention violation
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
||||
public override void ApplyToDrawableRuleset(DrawableRuleset<ManiaHitObject> drawableRuleset)
|
||||
{
|
||||
base.ApplyToDrawableRuleset(drawableRuleset);
|
||||
laneCovers.ForEach(laneCover => laneCover.Scale = new Vector2(1f, -1f));
|
||||
LaneCovers.ForEach(laneCover => laneCover.Scale = new Vector2(1f, -1f));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user