Sculpt-dev: fix compile error

This commit is contained in:
Joseph Eagar 2021-11-16 19:17:13 -08:00
parent ddd1af5901
commit b2c64e2147
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ static bool brush_mapping_inherits(BrushChannel *ch, BrushMapping *mp)
case BRUSH_MAPPING_INHERIT_CHANNEL:
return ch->flag & BRUSH_CHANNEL_INHERIT;
}
return false;
}
void BKE_brush_channel_system_init()