Fluid: Fix clang-tidy error

Issue was introduced in rB8d1123ba220b.
This commit is contained in:
Sebastián Barschkis 2020-09-23 19:49:24 +02:00
parent ffde556e9e
commit 23e4bbefae
1 changed files with 1 additions and 1 deletions

View File

@ -820,7 +820,7 @@ BLI_INLINE void apply_effector_fields(FluidEffectorSettings *UNUSED(fes),
float *dest_phi_in,
float src_numobjs_value,
float *dest_numobjs,
float src_vel_value[3],
float const src_vel_value[3],
float *dest_vel_x,
float *dest_vel_y,
float *dest_vel_z)