Tweak default ID types processing order, step 01: Collections.

Move `OB_GR` processing just after scenes, and before objects.

This is much more sensible in general, and fixes glitches in auto-resync
process of library overrides in particular.
This commit is contained in:
Bastien Montagne 2021-03-24 10:46:38 +01:00
parent 93bedcb96a
commit 4d18fa268c
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,6 @@ enum {
INDEX_ID_CA,
INDEX_ID_TXT,
INDEX_ID_SO,
INDEX_ID_GR,
INDEX_ID_PC,
INDEX_ID_BR,
INDEX_ID_PA,
@ -798,6 +797,7 @@ enum {
INDEX_ID_SCR,
INDEX_ID_OB,
INDEX_ID_LS,
INDEX_ID_GR,
INDEX_ID_SCE,
INDEX_ID_WS,
INDEX_ID_WM,