diff --git a/Carter Games/Save Manager/Code/Editor/Custom Editors/Windows/Editor Window/Sub Windows/EditorTab.cs b/Carter Games/Save Manager/Code/Editor/Custom Editors/Windows/Editor Window/Sub Windows/EditorTab.cs index d277515..5d4f579 100644 --- a/Carter Games/Save Manager/Code/Editor/Custom Editors/Windows/Editor Window/Sub Windows/EditorTab.cs +++ b/Carter Games/Save Manager/Code/Editor/Custom Editors/Windows/Editor Window/Sub Windows/EditorTab.cs @@ -107,13 +107,13 @@ private void DrawSaveObjects() var saveObjectsInCategory = SaveCategoryAttributeHelper.GetObjectsInCategory(category); - EditorGUILayout.LabelField(category, EditorStyles.boldLabel); - if (didHaveUncategorized && !hasDrawnLine && saveObjectsInCategory.Count > 0) { UtilEditor.DrawHorizontalGUILine(); hasDrawnLine = true; } + + EditorGUILayout.LabelField(category, EditorStyles.boldLabel); foreach (var saveObject in saveObjectsInCategory) {