Skip to content

Commit f7026a8

Browse files
MaxWang-MSkeveleigh
authored andcommitted
Merge pull request #10221 from MaxWang-MS/button_config_helper_fix
Update a property name in button config helper
1 parent 2448a5d commit f7026a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MRTK/SDK/Editor/Inspectors/UX/Interactable/ButtonConfigHelperInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public override void OnInspectorGUI()
186186
if (interactableProp.objectReferenceValue != null)
187187
{
188188
SerializedObject interactableObject = new SerializedObject(interactableProp.objectReferenceValue);
189-
SerializedProperty voiceCommandProperty = interactableObject.FindProperty("VoiceCommand");
189+
SerializedProperty voiceCommandProperty = interactableObject.FindProperty("voiceCommand");
190190

191191
if(string.IsNullOrEmpty(voiceCommandProperty.stringValue))
192192
{

0 commit comments

Comments
 (0)