1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 22:30:36 +08:00

Update event name in line with framework changes

This commit is contained in:
Dean Herbert
2021-06-22 22:45:13 +09:00
Unverified
parent b9a9174168
commit f03c2bab48
+1 -1
View File
@@ -183,7 +183,7 @@ namespace osu.Game
dependencies.Cache(realmFactory = new RealmContextFactory(Storage));
Host.UpdateThreadChanging += () =>
Host.UpdateThreadPausing += () =>
{
var blocking = realmFactory.BlockAllOperations();
Schedule(() => blocking.Dispose());