We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6986fa + 757ec27 commit ba03a46Copy full SHA for ba03a46
Assets/HoloToolkit/Input/Scripts/Editor/MixedRealityTeleportEditor.cs
@@ -119,7 +119,7 @@ public override void OnInspectorGUI()
119
EditorGUILayout.PropertyField(horizontalStrafeProperty, new GUIContent("Horizontal Strafe"));
120
EditorGUILayout.PropertyField(forwardMovementProperty, new GUIContent("Forward Movement"));
121
EditorGUILayout.PropertyField(horizontalRotationProperty, new GUIContent("Horizontal Rotation"));
122
- EditorGUILayout.PropertyField(verticalRotationProperty, new GUIContent("Verizontal Rotation"));
+ EditorGUILayout.PropertyField(verticalRotationProperty, new GUIContent("Vertical Rotation"));
123
}
124
125
serializedObject.ApplyModifiedProperties();
0 commit comments