mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Fix typo in ArchiveModelManager
This commit is contained in:
parent
34b51100ff
commit
fed0e15cea
@ -806,7 +806,7 @@ namespace osu.Game.Database
|
||||
protected TModel CheckForExisting(TModel model) => model.Hash == null ? null : ModelStore.ConsumableItems.FirstOrDefault(b => b.Hash == model.Hash);
|
||||
|
||||
/// <summary>
|
||||
/// Whether inport can be skipped after finding an existing import early in the process.
|
||||
/// Whether import can be skipped after finding an existing import early in the process.
|
||||
/// Only valid when <see cref="ComputeHash"/> is not overridden.
|
||||
/// </summary>
|
||||
/// <param name="existing">The existing model.</param>
|
||||
|
Loading…
Reference in New Issue
Block a user