Tweak default ID types processing order, step 07: MovieClips.

Move them with the other shading/image types, just before Images.
This commit is contained in:
Bastien Montagne 2021-03-24 11:22:56 +01:00
parent 72fa0d48ea
commit a35d145b72
1 changed files with 1 additions and 1 deletions

View File

@ -772,6 +772,7 @@ enum {
INDEX_ID_NT,
INDEX_ID_MSK,
INDEX_ID_IM,
INDEX_ID_MC,
INDEX_ID_TE,
INDEX_ID_MA,
INDEX_ID_SIM,
@ -793,7 +794,6 @@ enum {
INDEX_ID_SPK,
INDEX_ID_LP,
INDEX_ID_WO,
INDEX_ID_MC,
INDEX_ID_OB,
INDEX_ID_LS,
INDEX_ID_GR,