increase the default DebugWristTrackerGizmoLength value in the plugin's settings

This commit is contained in:
Mamadou Babaei
2023-04-28 01:20:51 +02:00
parent 70d578afaa
commit 8937bf086e
@@ -94,7 +94,7 @@ USGSettings::USGSettings()
TrackingHardwareRotationOffsetRightHand = FRotator::ZeroRotator;
bDrawDebugWristTrackerGizmo = false;
DebugWristTrackerGizmoLength = 1.0f;
DebugWristTrackerGizmoLength = 4.0f;
DebugWristTrackerGizmoXAxisColor = FColor(1.0f, 0.0f, 0.0f, 1.0f);
DebugWristTrackerGizmoYAxisColor = FColor(0.0f, 1.0f, 0.0f, 1.0f);
DebugWristTrackerGizmoZAxisColor = FColor(0.0f, 0.0f, 1.0f, 1.0f);