Cleanup: format
This commit is contained in:
@@ -951,7 +951,8 @@ struct PBVHBatches {
|
||||
|
||||
void create_index_faces(PBVH_GPU_Args *args)
|
||||
{
|
||||
int *mat_index = static_cast<int*>(CustomData_get_layer_named(args->pdata, CD_PROP_INT32, "material_index"));
|
||||
int *mat_index = static_cast<int *>(
|
||||
CustomData_get_layer_named(args->pdata, CD_PROP_INT32, "material_index"));
|
||||
|
||||
if (mat_index && args->totprim) {
|
||||
int poly_index = args->mlooptri[args->prim_indices[0]].poly;
|
||||
|
||||
Reference in New Issue
Block a user