fixup! Reapply target after redraw if the actor was targeted before and no new target was set.

This commit is contained in:
Ottermandias 2021-08-07 22:17:23 +02:00
parent 474be46bfc
commit 53a65aceb7

View file

@ -168,7 +168,7 @@ namespace Penumbra.Interop
return;
}
_wasTarget = actor.Address == _pi.ClientState.Targets.CurrentTarget.Address;
_wasTarget = actor.Address == _pi.ClientState.Targets.CurrentTarget?.Address;
++_currentFrame;
}