1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Add missing non-transactional SaveState calls

This commit is contained in:
Dean Herbert 2020-10-08 18:41:03 +09:00
parent afed832b19
commit 3114174e09

View File

@ -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();
}
}