Mark TODO/XXX as solved

We do have proper access to bmain now.
This commit is contained in:
Sergey Sharybin
2018-10-22 16:43:16 +02:00
parent b31fc40fcd
commit eba9c1507a

View File

@@ -158,7 +158,6 @@ bAction *verify_adt_action(Main *bmain, ID *id, short add)
adt->action->idroot = GS(id->name);
/* tag depsgraph to be rebuilt to include time dependency */
/* XXX: we probably should have bmain passed down, but that involves altering too many API's */
DEG_relations_tag_update(bmain);
}