GPencil: Cleanup comments typo error

This commit is contained in:
Antonio Vazquez 2020-11-02 15:27:16 +01:00
parent b1213e8cf9
commit 417ba6aa1c
1 changed files with 1 additions and 1 deletions

View File

@ -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),