|
@@ -42177,6 +42177,7 @@ var BABYLON;
|
|
if (this._speedRatio === value) {
|
|
if (this._speedRatio === value) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ this._speedRatio = value;
|
|
for (var index = 0; index < this._animatables.length; index++) {
|
|
for (var index = 0; index < this._animatables.length; index++) {
|
|
var animatable = this._animatables[index];
|
|
var animatable = this._animatables[index];
|
|
animatable.speedRatio = this._speedRatio;
|
|
animatable.speedRatio = this._speedRatio;
|
|
@@ -42296,7 +42297,7 @@ var BABYLON;
|
|
this.restart();
|
|
this.restart();
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
- this.start(loop);
|
|
|
|
|
|
+ this.start(loop, this._speedRatio);
|
|
}
|
|
}
|
|
return this;
|
|
return this;
|
|
};
|
|
};
|