Merge branch 'blender-v2.81-release'

This commit is contained in:
Campbell Barton 2019-10-17 12:39:23 +11:00
commit e7c02f14c7
1 changed files with 1 additions and 1 deletions

View File

@ -1376,7 +1376,7 @@ static void gpencil_draw_onionskins(GpencilBatchCache *cache,
NULL;
int last = gpf->framenum;
colflag = (bool)gpd->onion_flag & GP_ONION_GHOST_PREVCOL;
colflag = (gpd->onion_flag & GP_ONION_GHOST_PREVCOL) != 0;
const short onion_keytype = gpd->onion_keytype;
/* -------------------------------
* 1) Draw Previous Frames First