Skip to content

Commit d452f4a

Browse files
Properly set editor preference.
1 parent 7bf7107 commit d452f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/MixedRealityPreferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private static void Preferences()
4747
// Save the preferences
4848
if (EditorGUI.EndChangeCheck())
4949
{
50-
EditorPrefs.SetBool("_LockProfiles", LockProfiles);
50+
EditorPrefsUtility.SetEditorPref("_LockProfiles", LockProfiles);
5151
}
5252

5353
if (!LockProfiles)

0 commit comments

Comments
 (0)