Cleanup: formatting
Pull Request: https://projects.blender.org/blender/blender/pulls/115377
This commit is contained in:
committed by
Jacques Lucke
parent
9cc038f580
commit
86b1d6de34
@@ -575,7 +575,6 @@ IndexMask IndexMask::from_bools(const IndexMask &universe,
|
||||
IndexMask IndexMask::from_union(const IndexMask &mask_a,
|
||||
const IndexMask &mask_b,
|
||||
IndexMaskMemory &memory)
|
||||
|
||||
{
|
||||
const int64_t new_size = math::max(mask_a.min_array_size(), mask_b.min_array_size());
|
||||
Array<bool> tmp(new_size, false);
|
||||
|
||||
Reference in New Issue
Block a user