فهرست منبع

Add a comment

Pan Xinmiao 7 سال پیش
والد
کامیت
710a530680
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      examples/js/animation/MMDAnimationHelper.js

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

@@ -946,6 +946,7 @@ THREE.MMDAnimationHelper = ( function () {
 
 			if ( this.currentTime < this.delayTime ) return false;
 			
+			// 'duration' can be bigger than 'audioDuration + delayTime' because of sync configuration
 			if ( ( this.currentTime - this.delayTime ) > this.audioDuration ) return false;
 
 			this.audio.startTime = this.currentTime - this.delayTime;