Skip to content

Commit

Permalink
SkeletonHelper: Reverted call removal. .boundingSphere gets computed …
Browse files Browse the repository at this point in the history
…before onBeforeRender() gets called.
  • Loading branch information
mrdoob committed Jun 1, 2017
1 parent 89994d5 commit 83eefab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/SkeletonHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ function SkeletonHelper( object ) {
this.matrix = object.matrixWorld;
this.matrixAutoUpdate = false;

this.onBeforeRender();

}

SkeletonHelper.prototype = Object.create( LineSegments.prototype );
Expand Down

0 comments on commit 83eefab

Please sign in to comment.