Notify of existing imports

This commit is contained in:
smoogipoo
2018-11-28 20:19:21 +09:00
parent aaf3e650a5
commit a88b69ec43
9 changed files with 31 additions and 11 deletions

View File

@ -102,7 +102,7 @@ namespace osu.Game.Tests.Beatmaps.IO
int fireCount = 0;
// ReSharper disable once AccessToModifiedClosure
manager.ItemAdded += _ => fireCount++;
manager.ItemAdded += (_, __) => fireCount++;
manager.ItemRemoved += _ => fireCount++;
var imported = loadOszIntoOsu(osu);