Tweak default ID types processing order, step 04: Screen.

Move Screen data type higher in the list, just after the other
UI-related types, and before Scenes.
This commit is contained in:
Bastien Montagne 2021-03-24 10:57:04 +01:00
parent 950f0b8b97
commit e96c286e53
1 changed files with 1 additions and 1 deletions

View File

@ -796,11 +796,11 @@ enum {
INDEX_ID_LP,
INDEX_ID_WO,
INDEX_ID_MC,
INDEX_ID_SCR,
INDEX_ID_OB,
INDEX_ID_LS,
INDEX_ID_GR,
INDEX_ID_SCE,
INDEX_ID_SCR,
INDEX_ID_WS,
INDEX_ID_WM,
INDEX_ID_NULL,