mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 07:17:53 +01:00
Expand on MetaDictionary to use separate dictionaries.
This commit is contained in:
parent
d7b60206d7
commit
94fdd848b7
15 changed files with 257 additions and 36 deletions
|
|
@ -71,7 +71,7 @@ public sealed class Mod : IMod
|
|||
return AppliedModData.Empty;
|
||||
|
||||
var dictRedirections = new Dictionary<Utf8GamePath, FullPath>(TotalFileCount);
|
||||
var setManips = new HashSet<MetaManipulation>(TotalManipulations);
|
||||
var setManips = new MetaDictionary();
|
||||
foreach (var (group, groupIndex) in Groups.WithIndex().OrderByDescending(g => g.Value.Priority))
|
||||
{
|
||||
var config = settings.Settings[groupIndex];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue