Typo fixes

This commit is contained in:
Joshua Leung 2018-08-23 00:04:38 +12:00
parent 3fc755e938
commit 9e47709089
1 changed files with 1 additions and 1 deletions

View File

@ -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;