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:
@@ -183,7 +183,7 @@ namespace osu.Game
|
||||
|
||||
dependencies.Cache(realmFactory = new RealmContextFactory(Storage));
|
||||
|
||||
Host.UpdateThreadChanging += () =>
|
||||
Host.UpdateThreadPausing += () =>
|
||||
{
|
||||
var blocking = realmFactory.BlockAllOperations();
|
||||
Schedule(() => blocking.Dispose());
|
||||
|
||||
Reference in New Issue
Block a user