Explorar o código

Adjust code style

Pan Xinmiao %!s(int64=6) %!d(string=hai) anos
pai
achega
ace8e6b56d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;