Skip to content

Commit a947589

Browse files
committed
Fix the default to not use deprecated value
1 parent b878636 commit a947589

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Assets/MRTK/Examples/Common/Prefabs/FingerChaser.prefab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ MonoBehaviour:
9191
m_Script: {fileID: 11500000, guid: b55691ad5b034fe6966763a6e23818d2, type: 3}
9292
m_Name:
9393
m_EditorClassIdentifier:
94-
trackedTargetType: 3
95-
trackedHandness: 3
96-
trackedHandJoint: 5
94+
trackedTargetType: 6
95+
trackedHandness: 2
96+
trackedHandJoint: 1
9797
transformOverride: {fileID: 0}
9898
additionalOffset: {x: 0, y: 0, z: 0}
9999
additionalRotation: {x: 0, y: 0, z: 180}

0 commit comments

Comments
 (0)