Make Material Reassignment work again.

This commit is contained in:
Ottermandias 2023-04-30 10:46:05 +02:00
parent 8d37c5ff06
commit 60754012c2

View file

@ -58,6 +58,7 @@ public partial class ModEditWindow : Window, IDisposable
_materialTab.Reset();
_shaderPackageTab.Reset();
_itemSwapTab.UpdateMod(mod, _activeCollections.Current[mod.Index].Settings);
UpdateModels();
}
public void ChangeOption(SubMod? subMod)