Skip to content

Commit 0d2778c

Browse files
Update Model3DRuntimeObject3DRenderer.ts
1 parent ee98e8a commit 0d2778c

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
@@ -373,7 +373,7 @@ namespace gdjs {
373373
this._action = this._animationMixer.clipAction(clip);
374374

375375
// The action must be reset before being reconfigured with setLoop to prevent previous action parameters causing problems
376-
// such as animations not playing (not sure to which extends it can cause problems nor the origin of these problems)
376+
// 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(
379379
shouldLoop ? THREE.LoopRepeat : THREE.LoopOnce,

0 commit comments

Comments
 (0)