|
@@ -285,7 +285,9 @@ export default class XAnimationController {
|
|
|
var s, c;
|
|
|
if(o == 0 && this.iBodyAnim && ((s = this.iBodyAnim) == null ? void 0 : s.animGroup) ){
|
|
|
this.onPlayObservable.notifyObservers(this._scene);
|
|
|
- this.iBodyAnim.animGroup.start(this.loop, this.iBodyAnim.playSpeed, this.iBodyAnim.startFrame, this.iBodyAnim.endFrame, !1);
|
|
|
+ try {
|
|
|
+ this.iBodyAnim.animGroup.start(this.loop, this.iBodyAnim.playSpeed, this.iBodyAnim.startFrame, this.iBodyAnim.endFrame, !1);
|
|
|
+ } catch (error) { }
|
|
|
return !0
|
|
|
}
|
|
|
else{
|