summaryrefslogtreecommitdiffstats
path: root/modules/openxr/scene/openxr_hand.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openxr/scene/openxr_hand.h')
-rw-r--r--modules/openxr/scene/openxr_hand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openxr/scene/openxr_hand.h b/modules/openxr/scene/openxr_hand.h
index 7bec3959d8..edfb474ac7 100644
--- a/modules/openxr/scene/openxr_hand.h
+++ b/modules/openxr/scene/openxr_hand.h
@@ -43,13 +43,13 @@ class OpenXRHand : public Node3D {
GDCLASS(OpenXRHand, Node3D);
public:
- enum Hands {
+ enum Hands { // Deprecated, need to change this to OpenXRInterface::Hands.
HAND_LEFT,
HAND_RIGHT,
HAND_MAX
};
- enum MotionRange {
+ enum MotionRange { // Deprecated, need to change this to OpenXRInterface::HandMotionRange.
MOTION_RANGE_UNOBSTRUCTED,
MOTION_RANGE_CONFORM_TO_CONTROLLER,
MOTION_RANGE_MAX