Skip to content

Commit

Permalink
fix: indent level in the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Sep 11, 2023
1 parent 4fab674 commit 5147394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Scripts/GLTFImporterInspector.cs
Expand Up @@ -322,8 +322,8 @@ void ExtractAsset(T subAsset, bool importImmediately)
}

EditorGUILayout.Space();
EditorGUI.indentLevel--;
}
EditorGUI.indentLevel--;
}

EditorGUILayout.EndFoldoutHeaderGroup();
Expand Down

0 comments on commit 5147394

Please sign in to comment.