Skip to content

Commit 0cd7579

Browse files
updated name
1 parent c1b65ed commit 0cd7579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit-SDK/Inspectors/Input/Handlers/SpeechInputHandlerInspector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public override void OnInspectorGUI()
4949
return;
5050
}
5151

52-
if (MixedRealityManager.Instance.ActiveProfile.InputSystemProfile.SpeechCommandsProfile == null)
52+
if (MixedRealityToolkit.Instance.ActiveProfile.InputSystemProfile.SpeechCommandsProfile == null)
5353
{
5454
EditorGUILayout.HelpBox("No Speech Commands Profile Found, be sure to specify a profile in the Input System's configuration profile.", MessageType.Error);
5555
return;

0 commit comments

Comments
 (0)