increase the default DebugWristTrackerGizmoLength value in the plugin's settings

This commit is contained in:
Mamadou Babaei
2023-04-28 01:21:12 +02:00
parent 948305e2ca
commit 441be4878d
@@ -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);