GPencil: Fix name typo error

This commit is contained in:
Antonio Vazquez 2020-07-15 12:47:45 +02:00
parent 7e2ffbfb25
commit 4e8fc14120
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ static bool gpencil_bake_mesh_animation_poll(bContext *C)
}
typedef struct GpBakeOb {
struct GPBakelist *next, *prev;
struct GpBakeOb *next, *prev;
Object *ob;
} GpBakeOb;