Depsgraph: Cleanup comment

This commit is contained in:
Sergey Sharybin 2019-09-03 10:43:05 +02:00
parent d74cc6c08c
commit f45e55c9c8

View File

@ -808,7 +808,7 @@ void DepsgraphRelationBuilder::build_object_parent(Object *object)
Object *parent = object->parent;
ID *parent_id = &object->parent->id;
ComponentKey ob_key(&object->id, NodeType::TRANSFORM);
/* Type-specific links/ */
/* Type-specific links. */
switch (object->partype) {
/* Armature Deform (Virtual Modifier) */
case PARSKEL: {