Skip to content

Commit

Permalink
SkeletonHelper: Removed (I believe) unneeded call.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 1, 2017
1 parent 2bd55ff commit c51846a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helpers/SkeletonHelper.js
Expand Up @@ -54,11 +54,8 @@ function SkeletonHelper( object ) {
this.matrix = object.matrixWorld;
this.matrixAutoUpdate = false;

this.onBeforeRender();

}


SkeletonHelper.prototype = Object.create( LineSegments.prototype );
SkeletonHelper.prototype.constructor = SkeletonHelper;

Expand Down

0 comments on commit c51846a

Please sign in to comment.