mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 15:14:55 +00:00
Quick KCL material preset path fix.
This commit is contained in:
parent
394fad02c5
commit
2c43ccfc3f
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ namespace FirstPlugin
|
|||
if (!Directory.Exists(path))
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
CollisionPresetData.LoadPresets(Directory.GetFiles("KclMaterialPresets"));
|
||||
CollisionPresetData.LoadPresets(path);
|
||||
}
|
||||
|
||||
class MenuExt : IFileMenuExtension
|
||||
|
@ -695,4 +695,4 @@ namespace FirstPlugin
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue