Cleanup: DNA comment regarding ID for collections in outliner

This commit is contained in:
Dalai Felinto 2018-01-05 17:32:22 -02:00
parent a768aa6ec8
commit 9d134a22c2
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ enum {
#define TSE_KEYMAP_ITEM 35 /* NO ID */
#define TSE_ID_BASE 36 /* NO ID */
#define TSE_GP_LAYER 37 /* NO ID */
#define TSE_LAYER_COLLECTION 38 /* NO ID */
#define TSE_SCENE_COLLECTION 39 /* NO ID */
#define TSE_LAYER_COLLECTION 38
#define TSE_SCENE_COLLECTION 39
/* Check whether given TreeStoreElem should have a real ID in its ->id member. */