mirror of
https://github.com/ppy/osu.git
synced 2025-01-25 22:12:57 +08:00
Notes aren't adjusted if setting is off
This commit is contained in:
parent
33d0d4c8f2
commit
101887d315
@ -45,7 +45,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
|
||||
bpmTextEntry.Bindable.BindValueChanged(val =>
|
||||
{
|
||||
if (ControlPoint.Value == null)
|
||||
if (!Beatmap.AdjustNotesOnOffsetBPMChange.Value || ControlPoint.Value == null)
|
||||
return;
|
||||
|
||||
ChangeHandler?.BeginChange();
|
||||
|
Loading…
Reference in New Issue
Block a user