Skip to content

Commit ba03a46

Browse files
authored
Merge pull request #2931 from pablomarcos/htk_development
Fixed a typo that was causing some confusion on the Editor.
2 parents b6986fa + 757ec27 commit ba03a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Input/Scripts/Editor/MixedRealityTeleportEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public override void OnInspectorGUI()
119119
EditorGUILayout.PropertyField(horizontalStrafeProperty, new GUIContent("Horizontal Strafe"));
120120
EditorGUILayout.PropertyField(forwardMovementProperty, new GUIContent("Forward Movement"));
121121
EditorGUILayout.PropertyField(horizontalRotationProperty, new GUIContent("Horizontal Rotation"));
122-
EditorGUILayout.PropertyField(verticalRotationProperty, new GUIContent("Verizontal Rotation"));
122+
EditorGUILayout.PropertyField(verticalRotationProperty, new GUIContent("Vertical Rotation"));
123123
}
124124

125125
serializedObject.ApplyModifiedProperties();

0 commit comments

Comments
 (0)