mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 14:07:43 +01:00
Fix reverter designs a bit.
This commit is contained in:
parent
0dc0a534cf
commit
55af7f7371
3 changed files with 8 additions and 12 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue