mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Enable Mtrl Restore and Cleanup again.
This commit is contained in:
parent
ad877e68e6
commit
4824a96ab0
1 changed files with 3 additions and 3 deletions
|
|
@ -23,10 +23,10 @@ public class MigrationSectionDrawer(MigrationManager migrationManager, Configura
|
||||||
DrawMdlRestore();
|
DrawMdlRestore();
|
||||||
DrawMdlCleanup();
|
DrawMdlCleanup();
|
||||||
// TODO enable when this works
|
// TODO enable when this works
|
||||||
//ImGui.Separator();
|
ImGui.Separator();
|
||||||
//DrawMtrlMigration();
|
//DrawMtrlMigration();
|
||||||
//DrawMtrlRestore();
|
DrawMtrlRestore();
|
||||||
//DrawMtrlCleanup();
|
DrawMtrlCleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void DrawSettings()
|
private void DrawSettings()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue