提交 1b68f945 编写于 作者: S sunag

fix timeScale argument

上级 acf2f66e
......@@ -12,7 +12,7 @@ function TimerNode( scale, scope, timeScale ) {
this.scale = scale !== undefined ? scale : 1;
this.scope = scope || TimerNode.GLOBAL;
this.timeScale = timeScale !== undefined ? timeScale : this.scale !== 1;
this.timeScale = timeScale !== undefined ? timeScale : scale !== 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册