Fix reverter designs a bit.

This commit is contained in:
Ottermandias 2023-07-20 01:30:19 +02:00
parent 0dc0a534cf
commit 55af7f7371
3 changed files with 8 additions and 12 deletions

View file

@ -50,10 +50,7 @@ public class StateApplier
{
var data = GetData(state);
if (apply)
{
state.TempLock();
ForceRedraw(data);
}
return data;
}
@ -76,10 +73,7 @@ public class StateApplier
_changeCustomize.UpdateCustomize(mdl, customize.Data);
}
else
{
state?.TempLock();
_penumbra.RedrawObject(actor, RedrawType.Redraw);
}
}
}