Skip to content
Snippets Groups Projects
Commit 19f6b657 authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

fix(cave): reset lastcollisionfree position so that the temporarily...

fix(cave): reset lastcollisionfree position so that the temporarily deactivated collision checks will be enabled again later on
parent e7749a4f
No related branches found
No related tags found
2 merge requests!80UE5.3-2023.1-rc2,!70Physial Walking Fixes
Pipeline #357036 failed
......@@ -176,6 +176,7 @@ void UCollisionHandlingMovement::CheckAndRevertCollisionSinceLastTick()
else
{
bCollisionChecksTemporarilyDeactivated = true;
LastCollisionFreeCapsulePosition.Reset();
}
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment