Skip to content

Commit 6c53c0b

Browse files
committed
Update MixedRealityPointerProfileInspector.cs
1 parent 2a06e5b commit 6c53c0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/MixedRealityPointerProfileInspector.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public override void OnInspectorGUI()
9696
using (new EditorGUI.IndentLevelScope())
9797
{
9898
pointerOptionList.DoLayoutList();
99-
serializedObject.ApplyModifiedProperties();
10099
}
101100
}
102101

@@ -132,6 +131,8 @@ public override void OnInspectorGUI()
132131
}
133132
}
134133
}
134+
135+
serializedObject.ApplyModifiedProperties();
135136
}
136137

137138
private void DrawPointerOptionElement(Rect rect, int index, bool isActive, bool isFocused)

0 commit comments

Comments
 (0)