mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
Fix optimised import path buffering events without flush
This commit is contained in:
@@ -353,8 +353,6 @@ namespace osu.Game.Database
|
||||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
||||
delayEvents();
|
||||
|
||||
bool checkedExisting = false;
|
||||
TModel existing = null;
|
||||
|
||||
@@ -394,6 +392,8 @@ namespace osu.Game.Database
|
||||
}
|
||||
}
|
||||
|
||||
delayEvents();
|
||||
|
||||
try
|
||||
{
|
||||
LogForModel(item, @"Beginning import...");
|
||||
|
||||
Reference in New Issue
Block a user