Skip to content

Commit

Permalink
Fix typo in editor field
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Aug 19, 2024
1 parent e75ae4a commit 95d0633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu.Game.Rulesets.Osu/Edit/OsuHitObjectComposer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected override IEnumerable<TernaryButton> CreateTernaryButtons()
protected readonly OsuGridToolboxGroup OsuGridToolboxGroup = new OsuGridToolboxGroup();

[Cached]
protected readonly FreehandSliderToolboxGroup FreehandlSliderToolboxGroup = new FreehandSliderToolboxGroup();
protected readonly FreehandSliderToolboxGroup FreehandSliderToolboxGroup = new FreehandSliderToolboxGroup();

[BackgroundDependencyLoader]
private void load()
Expand Down Expand Up @@ -110,7 +110,7 @@ private void load()
RotationHandler = BlueprintContainer.SelectionHandler.RotationHandler,
ScaleHandler = (OsuSelectionScaleHandler)BlueprintContainer.SelectionHandler.ScaleHandler,
},
FreehandlSliderToolboxGroup
FreehandSliderToolboxGroup
}
);
}
Expand Down

0 comments on commit 95d0633

Please sign in to comment.