mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 04:13:43 +01:00
Remove initial reduction of apply rules on designs.
This commit is contained in:
parent
31d3922296
commit
5cd7d607ef
4 changed files with 6 additions and 13 deletions
|
|
@ -85,7 +85,7 @@ public class DesignManager
|
|||
|
||||
/// <summary> Create a new temporary design without adding it to the manager. </summary>
|
||||
public DesignBase CreateTemporary()
|
||||
=> new(_customizations, _items);
|
||||
=> new(_items);
|
||||
|
||||
/// <summary> Create a new design of a given name. </summary>
|
||||
public Design CreateEmpty(string name, bool handlePath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue