mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 20:24: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();
|
||||
DrawMdlCleanup();
|
||||
// TODO enable when this works
|
||||
//ImGui.Separator();
|
||||
ImGui.Separator();
|
||||
//DrawMtrlMigration();
|
||||
//DrawMtrlRestore();
|
||||
//DrawMtrlCleanup();
|
||||
DrawMtrlRestore();
|
||||
DrawMtrlCleanup();
|
||||
}
|
||||
|
||||
private void DrawSettings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue