diff --git a/new_editor/include/XCEditor/Shell/UIEditorShellAsset.h b/new_editor/include/XCEditor/Shell/UIEditorShellAsset.h index 32815db6..b981371a 100644 --- a/new_editor/include/XCEditor/Shell/UIEditorShellAsset.h +++ b/new_editor/include/XCEditor/Shell/UIEditorShellAsset.h @@ -33,17 +33,17 @@ struct EditorShellAsset { enum class EditorShellAssetValidationCode : std::uint8_t { None = 0, InvalidPanelRegistry = 1, - MissingPanelDescriptor = 2, - PanelTitleMismatch = 3, - PanelPlaceholderMismatch = 4, - InvalidWorkspace = 5, - InvalidWorkspaceSession = 6, - MissingShellPresentationPanelDescriptor = 7, - DuplicateShellPresentationPanelId = 8, - MissingRequiredShellPresentation = 9, - ShellPresentationKindMismatch = 10, - InvalidShellMenuModel = 11, - InvalidShortcutConfiguration = 12 + InvalidWorkspace = 2, + InvalidWorkspaceSession = 3, + InvalidShellMenuModel = 4, + InvalidShortcutConfiguration = 5, + MissingPanelDescriptor = 6, + PanelTitleMismatch = 7, + PanelPlaceholderMismatch = 8, + DuplicateShellPresentationPanelId = 9, + MissingShellPresentationPanelDescriptor = 10, + MissingRequiredShellPresentation = 11, + ShellPresentationKindMismatch = 12 }; struct EditorShellAssetValidationResult {