EEVEE: Fix previous commit

Small mistake in rB5249a813f22f

Now for fix it real!
This commit is contained in:
Clément Foucault 2020-08-05 22:18:26 +02:00
parent 5249a813f2
commit 29ef7142dd
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ EEVEE_GeometryMotionData *EEVEE_motion_blur_hair_data_get(EEVEE_MotionBlurData *
key = DEG_get_original_object(ob)->data;
}
return motion_blur_geometry_data_get(mb, DEG_get_original_object(ob), true);
return motion_blur_geometry_data_get(mb, key, true);
}
/* View Layer data. */