From 8827970cfa8058343a0d9a34f20fe5c1fbe16c24 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 3 Mar 2023 13:05:49 +0100 Subject: [PATCH] remove redundant reset to ref pose call --- .../SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp index 783dd9ec..36036e81 100644 --- a/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp +++ b/Source/SenseGlove/Private/SenseGlove/Animation/SGVirtualHandAnimInstanceProxy.cpp @@ -121,10 +121,6 @@ bool FSGVirtualHandAnimInstanceProxy::Evaluate(FPoseContext& Output) return FAnimInstanceProxy::Evaluate(Output); } - // TODO - // Necessary? - Output.ResetToRefPose(); - FComponentSpacePoseContext PoseContext(Output.AnimInstanceProxy); PoseContext.Pose.InitPose(Output.Pose);