Cleanup: correct incomplete comment

This commit is contained in:
Campbell Barton 2021-06-15 10:59:31 +10:00
parent 2053e1f533
commit 5dc0fd08a7
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ static void gpencil_vfx_shadow(ShadowShaderFxData *fx, Object *ob, gpIterVfxData
unit_m4(uv_mat);
zero_v2(wave_ofs);
/* We reset the uv_mat so we need to account for the rotation in the */
/* Reset the `uv_mat` to account for rotation in the Y-axis (Shadow-V parameter). */
copy_v2_fl2(tmp, 0.0f, blur_size[1]);
rotate_v2_v2fl(blur_dir, tmp, -fx->rotation);
mul_v2_v2(blur_dir, vp_size_inv);