mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-15 12:17:41 +01:00
Differentiate between temporary settings through manual and automatic application.
This commit is contained in:
parent
5a9e9513f4
commit
c1f84b4303
9 changed files with 108 additions and 77 deletions
|
|
@ -262,7 +262,7 @@ public class StateEditor(
|
|||
public void ApplyDesign(object data, MergedDesign mergedDesign, ApplySettings settings)
|
||||
{
|
||||
var state = (ActorState)data;
|
||||
modApplier.HandleStateApplication(state, mergedDesign, true);
|
||||
modApplier.HandleStateApplication(state, mergedDesign, settings.Source, true, settings.RespectManual);
|
||||
if (!Editor.ChangeModelId(state, mergedDesign.Design.DesignData.ModelId, mergedDesign.Design.DesignData.Customize,
|
||||
mergedDesign.Design.GetDesignDataRef().GetEquipmentPtr(), settings.Source, out var oldModelId, settings.Key))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue