fix ESGPositionalTrackingHardware enum display names and comments
This commit is contained in:
@@ -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"),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user