Add some functionality to allow an IMC group to add apply to all variants.

This commit is contained in:
Ottermandias 2024-06-02 12:08:49 +02:00
parent 137b752196
commit 05d010a281
10 changed files with 117 additions and 46 deletions

View file

@ -51,7 +51,7 @@ public readonly struct ImcCache : IDisposable
try
{
if (!_imcFiles.TryGetValue(path, out var file))
file = new ImcFile(manager, manip);
file = new ImcFile(manager, manip.Identifier);
_imcManipulations[idx] = (manip, file);
if (!manip.Apply(file))