Skip to content

Commit 6df94dc

Browse files
Spacing
1 parent 2ecfd57 commit 6df94dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Packages/com.unity.inputsystem/InputSystem/Editor/AssetImporter/InputActionImporterEditor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public override VisualElement CreateInspectorGUI()
3434
"The currently selected object is not an editable input action asset.",
3535
HelpBoxMessageType.Info));
3636
}
37+
3738
var editButton = new Button(() => OpenEditor(inputActionAsset))
3839
{
3940
text = GetOpenEditorButtonText(inputActionAsset)
@@ -61,7 +62,9 @@ public override VisualElement CreateInspectorGUI()
6162
private void BuildProjectWideSection(VisualElement container, InputActionAsset inputActionAsset)
6263
{
6364
container.Clear();
65+
6466
var currentActions = InputSystem.actions;
67+
6568
if (currentActions == inputActionAsset)
6669
{
6770
container.Add(new HelpBox(

0 commit comments

Comments
 (0)