mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 02:57:25 +08:00
Add missing non-transactional SaveState calls
This commit is contained in:
parent
afed832b19
commit
3114174e09
@ -141,6 +141,7 @@ namespace osu.Game.Screens.Edit
|
||||
beatmapProcessor?.PostProcess();
|
||||
|
||||
HitObjectAdded?.Invoke(hitObject);
|
||||
SaveState();
|
||||
}
|
||||
}
|
||||
|
||||
@ -222,6 +223,7 @@ namespace osu.Game.Screens.Edit
|
||||
beatmapProcessor?.PostProcess();
|
||||
|
||||
HitObjectRemoved?.Invoke(hitObject);
|
||||
SaveState();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user