소스 검색

Adjust code style

Pan Xinmiao 7 년 전
부모
커밋
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) > this.audioDuration) return false;
+			if ( ( this.currentTime - this.delayTime ) > this.audioDuration ) return false;
 
 			this.audio.startTime = this.currentTime - this.delayTime;