Cleanup: use const args, variables

This commit is contained in:
2019-09-14 08:10:50 +10:00
parent d30ec73d76
commit 0547a77536
70 changed files with 202 additions and 171 deletions

View File

@@ -704,8 +704,8 @@ static bool remap_hair_emitter(Depsgraph *depsgraph,
Object *target_ob,
ParticleSystem *target_psys,
PTCacheEdit *target_edit,
float from_mat[4][4],
float to_mat[4][4],
const float from_mat[4][4],
const float to_mat[4][4],
bool from_global,
bool to_global)
{