From 417ba6aa1cacd7e69df7f54207627f13328fd3f9 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Mon, 2 Nov 2020 15:27:16 +0100 Subject: GPencil: Cleanup comments typo error --- source/blender/makesdna/DNA_brush_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h index 713f5ee2afa..866c1c44e3f 100644 --- a/source/blender/makesdna/DNA_brush_types.h +++ b/source/blender/makesdna/DNA_brush_types.h @@ -183,7 +183,7 @@ typedef enum eGPBrush_Presets { GP_BRUSH_PRESET_DRAW_WEIGHT = 300, } eGPBrush_Presets; -/* BrushGpencilSettings->gp_flag */ +/* BrushGpencilSettings->flag */ typedef enum eGPDbrush_Flag { /* brush use pressure */ GP_BRUSH_USE_PRESSURE = (1 << 0), -- cgit v1.2.3