Collision Modifier: get time from depsgraph instead of scene

This commit is contained in:
Sybren A. Stüvel 2018-05-17 15:28:18 +02:00
parent 0ef23786fe
commit c48a3afb16
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static void deformVerts(
CDDM_apply_vert_coords(dm, vertexCos);
CDDM_calc_normals(dm);
current_time = BKE_scene_frame_get(md->scene);
current_time = DEG_get_ctime(ctx->depsgraph);
if (G.debug_value > 0)
printf("current_time %f, collmd->time_xnew %f\n", current_time, collmd->time_xnew);