Correct BM_iter_mesh_bitmap_from_filter return

This commit is contained in:
Campbell Barton 2016-05-14 04:49:42 +10:00
parent eeca6372d0
commit ede742917a
Notes: blender-bot 2023-02-14 07:53:46 +01:00
Referenced by issue #48440, stap to face in obejct mode freeze blender
Referenced by issue #48432, Blender locks up almost instantly when starting to sculpt on a multires object.
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ int BM_iter_mesh_bitmap_from_filter(
}
}
return i;
return bitmap_enabled;
}
/**