mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Minor cleanup
Just from reading diff.
This commit is contained in:
@ -84,7 +84,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
beatDivisor.BindValueChanged(_ => updateSpacing(), true);
|
||||
beatDivisor.BindValueChanged(_ => updateSpacing());
|
||||
|
||||
distanceSpacingMultiplier = SnapProvider.DistanceSpacingMultiplier.GetBoundCopy();
|
||||
distanceSpacingMultiplier.BindValueChanged(_ => updateSpacing(), true);
|
||||
|
Reference in New Issue
Block a user