Skip to content

Commit ee98e8a

Browse files
Update Model3DRuntimeObject3DRenderer.ts
1 parent c7622c3 commit ee98e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/3D/Model3DRuntimeObject3DRenderer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ namespace gdjs {
372372
const previousAction = this._action;
373373
this._action = this._animationMixer.clipAction(clip);
374374

375-
// The action must be reset before being reconfigurated with enabled and setLoop to prevent previous action parameters causing problems
375+
// The action must be reset before being reconfigured with setLoop to prevent previous action parameters causing problems
376376
// such as animations not playing (not sure to which extends it can cause problems nor the origin of these problems)
377377
this._action.reset();
378378
this._action.setLoop(

0 commit comments

Comments
 (0)