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.
1 parent b6986fa commit 757ec27Copy full SHA for 757ec27
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