Browse Source

Adjust code style

Pan Xinmiao 6 năm trước cách đây
mục cha
commit
ace8e6b56d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;