Sculpt-dev: fix test

This commit is contained in:
Joseph Eagar 2021-11-09 01:49:39 -08:00
parent 0569618578
commit 66523d2447
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ TEST(bmesh_core, BMVertCreate)
BMVert *bv1, *bv2, *bv3;
const float co1[3] = {1.0f, 2.0f, 0.0f};
<< BMeshCreateParams bmesh_create_params = {0};
BMeshCreateParams bmesh_create_params = {0};
bmesh_create_params.use_toolflags = true;