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