Skip to content
Snippets Groups Projects
Commit bbd0db12 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Removed duplicate line.

parent 7e7a709d
No related branches found
No related tags found
2 merge requests!13Draft: Improve walking implementation,!9Draft: LiveLink capabilities and 4.27 config assets.
...@@ -50,7 +50,6 @@ void UUniversalTrackedComponent::BeginPlay() ...@@ -50,7 +50,6 @@ void UUniversalTrackedComponent::BeginPlay()
MotionController->SetTrackingMotionSource(FName("Special_2")); MotionController->SetTrackingMotionSource(FName("Special_2"));
break; break;
case ETrackedComponentType::TCT_RIGHT_HAND: case ETrackedComponentType::TCT_RIGHT_HAND:
MotionController->SetTrackingMotionSource(FName("Right"));
MotionController->SetTrackingMotionSource(FName("Right")); MotionController->SetTrackingMotionSource(FName("Right"));
break; break;
case ETrackedComponentType::TCT_LEFT_HAND: case ETrackedComponentType::TCT_LEFT_HAND:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment