mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix non-populating models for Update Bibo.
This commit is contained in:
parent
f9b1e85c8f
commit
101a1b7392
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public class ModEditor : IDisposable
|
|||
SwapEditor.Revert(Option!);
|
||||
MetaEditor.Load(Mod!, Option!);
|
||||
Duplicates.Clear();
|
||||
MdlMaterialEditor.ScanModels(Mod!);
|
||||
}
|
||||
|
||||
public void LoadOption(int groupIdx, int optionIdx)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue