fix ESGPositionalTrackingHardware enum display names and comments

This commit is contained in:
Mamadou Babaei
2023-06-16 02:11:58 +02:00
parent 9510cdf1f4
commit 5ca857d5be
@@ -256,8 +256,8 @@ enum class ESGPositionalTrackingHardware : uint8
/* Custom tracking hardware, we don't apply any offsets. */
Custom UMETA(DisplayName = "Custom"),
/* HTC Vive Tracker (v1.0 or v2.0). */
ViveTracker UMETA(DisplayName = "Vive Tracker"),
/* HTC VIVE Tracker (v1.0 or v2.0). */
ViveTracker UMETA(DisplayName = "VIVE Tracker"),
/* Oculus Touch controller (left or right) for Rift S and Quest 1. */
OculusTouch UMETA(DisplayName = "Oculus Touch"),
@@ -268,7 +268,7 @@ enum class ESGPositionalTrackingHardware : uint8
/* Pico Neo 2 Controller(s). */
PicoNeo2 UMETA(DisplayName = "Pico Neo 2"),
/* Pico Neo 2 Controller(s). */
/* Pico Neo 3 Controller(s). */
PicoNeo3 UMETA(DisplayName = "Pico Neo 3"),
};