1.10.1: Fixed issue, where scene picker settings wouldn't save, if removing a group element

This commit is contained in:
Anders Ejlersen 2024-11-25 22:10:25 +01:00
parent c1e7044561
commit 6f657c4a71
10 changed files with 28 additions and 17 deletions

View file

@ -223,7 +223,6 @@ namespace Module.NavigationTool.Editor.Toolbar
public static readonly GUIContent LABEL_SCENE_SINGLE = new GUIContent(string.Empty, "Single scene loading (toggle to Additive)");
#endif
public static readonly GUIContent LABEL_SCENE_CREATE = new GUIContent(string.Empty, "Create a new scene");
public const float BUTTON_WIDTH = 24.0f;
}