Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
removed profile lock from inspectors (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson authored Apr 3, 2020
1 parent 176d526 commit ade8f1d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using UnityEditor;
using XRTK.Inspectors.Profiles;
using XRTK.Inspectors.Utilities;
using XRTK.WindowsMixedReality.Profiles;

namespace XRTK.WindowsMixedReality.Inspectors
Expand Down Expand Up @@ -36,8 +35,6 @@ public override void OnInspectorGUI()
EditorGUILayout.LabelField("Windows Mixed Reality Controller Data Provider Settings", EditorStyles.boldLabel);
EditorGUILayout.HelpBox("This profile aids in configuring additional platform settings for the registered controller data provider. This can be anything from additional gestures or platform specific settings.", MessageType.Info);

ThisProfile.CheckProfileLock();

serializedObject.Update();
EditorGUILayout.Space();
EditorGUILayout.LabelField("Windows Gesture Settings", EditorStyles.boldLabel);
Expand Down

0 comments on commit ade8f1d

Please sign in to comment.