Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-02 13:26:07 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-02 13:26:07 +0300
commit99bcfb825fa18f549d5cb7da1e86a3f855ef839e (patch)
tree6abb1e383f6268a94d6296a40ab3677d23359ebc /source/blender/depsgraph
parentb5b34bc2c0ae4004bd4f04a4f46a85f347a92214 (diff)
Cleanup: Avoid double semi-colon
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.cc b/source/blender/depsgraph/intern/depsgraph.cc
index 1dbbd0cb89f..841242b995e 100644
--- a/source/blender/depsgraph/intern/depsgraph.cc
+++ b/source/blender/depsgraph/intern/depsgraph.cc
@@ -128,7 +128,7 @@ static bool pointer_to_component_node_criteria(
*type = DEG_NODE_TYPE_PARAMETERS;
*subdata = "";
*operation_code = DEG_OPCODE_PARAMETERS_EVAL;
- *operation_name = pchan->name;;
+ *operation_name = pchan->name;
}
else {
/* Bone - generally, we just want the bone component. */