Compare commits

..

No commits in common. "b2c6838cb1b106b0ffeb59b5edfe2cb653bd08ac" and "1a66bae865a66de8b4d85b931ff89b74cdbe1782" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View file

@ -13,9 +13,6 @@ namespace Rimworld_Animations
public override void TransformOffset(PawnRenderNode node, PawnDrawParms parms, ref Vector3 offset, ref Vector3 pivot)
{
if (parms.Portrait)
return;
if (node.AnimationWorker is AnimationWorker_KeyframesExtended
&& node.tree.pawn.TryGetComp<CompExtendedAnimator>(out CompExtendedAnimator extendedAnimator))
{