mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix customize parameters for NPC target application.
This commit is contained in:
parent
4f9e224494
commit
70e4833fb5
1 changed files with 2 additions and 2 deletions
|
|
@ -219,8 +219,8 @@ public class NpcPanel(
|
||||||
|
|
||||||
if (_state.GetOrCreate(id, data.Objects[0], out var state))
|
if (_state.GetOrCreate(id, data.Objects[0], out var state))
|
||||||
{
|
{
|
||||||
var (applyGear, applyCustomize, applyCrest, applyParameters) = UiHelpers.ConvertKeysToFlags();
|
var (applyGear, applyCustomize, _, _) = UiHelpers.ConvertKeysToFlags();
|
||||||
var design = _converter.Convert(ToDesignData(), applyGear, applyCustomize, applyCrest, applyParameters);
|
var design = _converter.Convert(ToDesignData(), applyGear, applyCustomize, 0, 0);
|
||||||
_state.ApplyDesign(design, state, StateChanged.Source.Manual);
|
_state.ApplyDesign(design, state, StateChanged.Source.Manual);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue