|
@@ -328,6 +328,8 @@ Object.assign( AnimationAction.prototype, {
|
|
|
|
|
|
_update: function( time, deltaTime, timeDirection, accuIndex ) {
|
|
|
|
|
|
+ // called by the mixer
|
|
|
+
|
|
|
if ( ! this.enabled ) {
|
|
|
|
|
|
// call ._updateWeight() to update ._effectiveWeight
|
|
@@ -337,8 +339,6 @@ Object.assign( AnimationAction.prototype, {
|
|
|
|
|
|
}
|
|
|
|
|
|
- // called by the mixer
|
|
|
-
|
|
|
var startTime = this._startTime;
|
|
|
|
|
|
if ( startTime !== null ) {
|