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
path: root/source
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2018-08-22 15:04:38 +0300
committerJoshua Leung <aligorith@gmail.com>2018-08-23 08:07:37 +0300
commit9e4770908968903537eff32df8d7a2f6b6641a8e (patch)
tree94cecccb7d1fa90ad3b1455d10e65116d1b385d5 /source
parent3fc755e9388ccb13c8a0953f01163eb6eb1a70be (diff)
Typo fixes
Diffstat (limited to 'source')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node.cc b/source/blender/depsgraph/intern/nodes/deg_node.cc
index e09ba8c4f05..3e2c48e9096 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node.cc
@@ -121,7 +121,7 @@ eDepsNode_Class DepsNode::get_class() const {
/*******************************************************************************
* Generic nodes definition.
*/
-\
+
DEG_DEPSNODE_DEFINE(TimeSourceDepsNode, DEG_NODE_TYPE_TIMESOURCE, "Time Source");
static DepsNodeFactoryImpl<TimeSourceDepsNode> DNTI_TIMESOURCE;