Cleanup: use C style comments for descriptive text

This commit is contained in:
2021-08-26 12:27:17 +10:00
parent 42032db1c2
commit 84f048fda5
37 changed files with 124 additions and 130 deletions

View File

@@ -237,7 +237,7 @@ void ComponentNode::tag_update(Depsgraph *graph, eUpdateSource source)
for (OperationNode *op_node : operations) {
op_node->tag_update(graph, source);
}
// It is possible that tag happens before finalization.
/* It is possible that tag happens before finalization. */
if (operations_map != nullptr) {
for (OperationNode *op_node : operations_map->values()) {
op_node->tag_update(graph, source);