@mcolabs/threebox-plugin 4.0.2 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/threebox.js CHANGED
@@ -1113,7 +1113,6 @@ AnimationManager.prototype = {
1113
1113
  if (item.type === "playDefault") {
1114
1114
  object.activateAllActions();
1115
1115
  object.isPlaying = true;
1116
- object.animationMethod = requestAnimationFrame(this.update);
1117
1116
  object.mixer.update(object.clock.getDelta());
1118
1117
  object.threebox.map.repaint = true;
1119
1118
  }