mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Use correct variant on imc deserialization.
This commit is contained in:
parent
347e4b2023
commit
506f7d5824
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ public partial class TexToolsMeta
|
||||||
{
|
{
|
||||||
if( !value.Equals( def.GetEntry( partIdx, i ) ) )
|
if( !value.Equals( def.GetEntry( partIdx, i ) ) )
|
||||||
{
|
{
|
||||||
MetaManipulations.Add( manip.Copy( value ) );
|
MetaManipulations.Add( new ImcManipulation( manip.ObjectType, manip.BodySlot, manip.PrimaryId, manip.SecondaryId, i, manip.EquipSlot, value ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
++i;
|
++i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue