Skip to content

Commit 0bd09a8

Browse files
committed
Remove line
1 parent a476af6 commit 0bd09a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Inspectors/Utilities/MixedRealityInspectorUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public static void DrawSubProfileEditor(Object profileObject, bool renderProfile
500500
}
501501

502502
var subProfile = profileObject as BaseMixedRealityProfile;
503-
if (subProfile != null && !subProfile.IsCustomProfile && MixedRealityPreferences.LockProfiles)
503+
if (subProfile != null && !subProfile.IsCustomProfile)
504504
{
505505
EditorGUILayout.HelpBox("Clone this default profile to edit properties below", MessageType.Info);
506506
}

0 commit comments

Comments
 (0)