Skip to content

Commit f2e39c4

Browse files
author
David Kline
authored
Merge pull request #2877 from StephenHodgson/vNEXT-LockUpdate
Properly set editor preference.
2 parents 3043790 + d452f4a commit f2e39c4

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)