Depsgraph: Remove extra modifiers callback loop

Seems to be a copy-paste error from code above.
This commit is contained in:
Sergey Sharybin 2017-05-30 17:38:22 +02:00
parent 03469d90b2
commit f92fc950c2

@ -427,7 +427,6 @@ void DepsgraphNodeBuilder::build_object(Scene *scene, Base *base, Object *ob)
BuilderWalkUserData data;
data.builder = this;
data.scene = scene;
modifiers_foreachObjectLink(ob, modifier_walk, &data);
BKE_constraints_id_loop(&ob->constraints, constraint_walk, &data);
}