Remove initial reduction of apply rules on designs.

This commit is contained in:
Ottermandias 2023-09-30 23:41:57 +02:00
parent 31d3922296
commit 5cd7d607ef
4 changed files with 6 additions and 13 deletions

View file

@ -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)