浏览代码

Adjust code style

Pan Xinmiao 6 年之前
父节点
当前提交
ace8e6b56d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/animation/MMDAnimationHelper.js

+ 1 - 1
examples/js/animation/MMDAnimationHelper.js

@@ -946,7 +946,7 @@ THREE.MMDAnimationHelper = ( function () {
 
 
 			if ( this.currentTime < this.delayTime ) return false;
 			if ( this.currentTime < this.delayTime ) return false;
 			
 			
-			if ((this.currentTime - this.delayTime) > this.audioDuration) return false;
+			if ( ( this.currentTime - this.delayTime ) > this.audioDuration ) return false;
 
 
 			this.audio.startTime = this.currentTime - this.delayTime;
 			this.audio.startTime = this.currentTime - this.delayTime;