Cleanup: pass arrays const where possible

This commit is contained in:
2020-08-07 22:56:13 +10:00
parent b134434224
commit 48e089375e
54 changed files with 149 additions and 88 deletions

View File

@@ -684,7 +684,7 @@ static void do_rough(const float loc[3],
}
static void do_rough_end(
const float loc[3], float mat[4][4], float t, float fac, float shape, ParticleKey *state)
const float loc[3], const float mat[4][4], float t, float fac, float shape, ParticleKey *state)
{
float rough[2];
float roughfac;