Skip to content
Snippets Groups Projects
Commit 2f3b38f1 authored by Konstantin Kühlem's avatar Konstantin Kühlem
Browse files

fix: Minor fix for the last commit

parent b7f8a857
Branches
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ void UVHFaceAnimation::TickComponent(float DeltaTime, ELevelTick TickType, ...@@ -199,7 +199,7 @@ void UVHFaceAnimation::TickComponent(float DeltaTime, ELevelTick TickType,
// FacialExpression component every frame (especially before staring that actual animation) // FacialExpression component every frame (especially before staring that actual animation)
ResetFace(); ResetFace();
bIsFaceReset = false; bIsFaceReset = true;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment