mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 05:29:57 +08:00
Add missing non-transactional SaveState calls
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user